summaryrefslogtreecommitdiff
path: root/sample.html
blob: 016c52879a929f4c7d26179a0074ea7ce2d21900 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!doctype html>
<html>
<meta name="tags" content="example">
<title>Sample Article</title>
<article>
<p>With just this, you can start typing the article content. The header will be prepended according to the rules
specified in the template. Anything after <code>&lt;title&gt;</code> is treated as the article content, meaning the
<code>&lt;article&gt;</code> element is not mandatory at all. Additionally, anything before the
<code>&lt;title&gt;</code> element is added to the head of the output HTML document.
<p>I don't think I quite like how this looks like at the moment.
</article>