aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
blob: 71d98e59559103d7ed5f2cc0b75547393e49d91c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{% extends "base.html" %} {% block main %}
<section>
	<h1><i>christian cleberg</i></h1>
	<blockquote>
		<b>shouganai</b>
		<br>[sho-ga-n-eye] | しょうがない
		<br><br>
		<i>it is what it is</i>
	</blockquote>
</section>
<section>
	<h2>Recent Posts</h2>
	<!-- BEGIN_POSTS -->
	<!-- END_POSTS -->
	<p><a href="/blog/">All Posts &rarr;</a></p>
</section>
{% endblock %}