aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
blob: 36fd59246e383e91800de0eb85a662e05b80a61d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "base.html" %} {% block main %}
<section class="sys-readout">
    <b>User</b> <span>Christian Cleberg &lt;[email protected]&gt;</span>
    <b>Context</b> <span>Technology Assurance Manager</span>
    <b>Status</b> <span style="color: #fff; text-shadow: 0 0 5px var(--green);">[ ACTIVE ]</span>
</section>
<section class="recent-posts">
	<h2>Recent Posts</h2>
	<!-- BEGIN_POSTS -->
	<!-- END_POSTS -->
	<p><a href="/blog/">All Posts &rarr;</a></p>
</section>
{% endblock %}