mirror of
				https://github.com/JuanCanham/fresh-themes.git
				synced 2025-10-30 20:37:27 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			474 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			474 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| {# A simple-as-possible HTML-to-PDF template for the "Hello World" theme. #}
 | |
| <html style="height: 100%;">
 | |
|   <head>
 | |
|     <meta charset="utf-8">
 | |
|     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1">
 | |
|     <title>{{ r.name }}</title>
 | |
|     <link type="text/css" rel="stylesheet" href="css/style.css">
 | |
|   </head>
 | |
|   <body>
 | |
|     <h1>Hello, world! My name is {{ r.name }}</h1>
 | |
|   </body>
 | |
| </html>
 |