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