about summary refs log tree commit diff
path: root/sample/template.html
blob: 2552906bed8da464ea00e577ce10a64b0157c885 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang=en-US dir=ltr>
<title>{meta[title]}</title>
<meta charset=UTF-8>
<meta name=robots content="noindex, nofollow">
<meta name=viewport content="width=device-width, initial-scale=1">
<meta http-equiv=last-modified content="{meta[date]}">

<section>
	{content}
</section>
<footer>
	<p>This page was generated by <a href=https://git.starfall.systems/strike>Strike</a>.  
</footer>