19 lines
		
	
	
		
			578 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			578 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
|     #include("head.html")
 | |
|     
 | |
|     <body>
 | |
|         #include("header.html")
 | |
|         
 | |
|         <section class="hero is-fullheight-with-navbar">
 | |
|             <div class="hero-body">
 | |
|                 <div class="container">
 | |
|                     <p class="title">Hello, #(name)!</p>
 | |
|                     <p class="subtitle">This is a demo of the Salix template engine.</p>
 | |
|                     <a class="button is-link is-rounded" href="/about">About →</a>
 | |
|                 </div>
 | |
|             </div>
 | |
|         </section>
 | |
|         
 | |
|         #include("footer.html")
 | |
|     </body>
 | |
| </html> |