blob: 45d963e127ab12af276c6b1eb275f8beeba6992d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{% extends "base.html" %} {% block body %}
<section>
<h1>Archive of Nikolas Boutalas</h1>
<p>Opinions are (hopefully) my own.</p>
</section>
<section>
<h2>Links</h2>
<ul>
<li><a href="https://git.boutalas.com">Repositories</a></li>
</ul>
</section>
{% endblock body %}
|