aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
blob: 18d28f5ab6dc9b2479bbfbbdd638894c0ce5c95a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "base.html" %} {% block main %}
<section>
    <b>User</b> <span>Christian Cleberg &lt;[email protected]&gt;</span>
    <b>Context</b> <span>Technology Assurance Manager</span>
    <b>Status</b>Active</span>
</section>
<section>
	<h2>Recent Posts</h2>
	<!-- BEGIN_POSTS -->
	<!-- END_POSTS -->
	<p><a href="/blog/">All Posts &rarr;</a></p>
</section>
{% endblock %}