10 lines
		
	
	
		
			218 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			218 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
@using RazorLight
 | 
						|
@inherits TemplatePage<Elwig.Documents.Letterhead>
 | 
						|
@model Elwig.Documents.Letterhead
 | 
						|
@{ Layout = "BusinessDocument"; }
 | 
						|
<style>
 | 
						|
    header, .footer-wrapper {
 | 
						|
        visibility: hidden;
 | 
						|
    }
 | 
						|
</style>
 |