aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
blob: 4703abdec0f5b01f33a8106ac0a6c4506269f46d (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>christian cleberg</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 %}