14 lines
		
	
	
		
			253 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			253 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
$def with ()
 | 
						|
<!DOCTYPE html><!-- -*- coding: utf-8 mode: html -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
 | 
						|
--><html lang="fr">
 | 
						|
<head>
 | 
						|
$:bootstrapcss()
 | 
						|
<title>Template</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<div class="container">
 | 
						|
<h1>Template</h1>
 | 
						|
</div>
 | 
						|
</body>
 | 
						|
</html>
 |