index : livejrnl-rs-templates.git

ascending towards madness

<header id="top">
	<h1>{{ config.site_name }}</h1>
	<p>{{ config.site_description }}</p>
</header>
<nav>
	<ul>
		<li><a href="#entry-1">First Entry</a></li>
		<li><a href="#copyright">Copyright</a></li>
	</ul>
</nav>
<section>
	{{ include_file(config.template, "content/description.md")|markdown }}
</section>