blob: 0825ddd3a9e2c5fe8c14245fc9c71a6d4e7eef40 (
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 →</a></p>
</section>
{% endblock %}
|