aboutsummaryrefslogtreecommitdiff
path: root/theme/templates/index.html
blob: c540e091ca1a104853d7f65cfdf33428743b80b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{% extends "base.html" %} {% block main %}
<section>
	<h1><i>Hi, I'm Christian.</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 -->
</section>
{% endblock %}