blob: 17839f2ae2fbccd456b826150a276df234698965 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
title: about
last-edited: 2019-11-29
---
{% extends 'templates/base.html' %}
{% block body %}
<nav>
<a href='/'>> index</a>
</nav>
<header>
<h1>{{ title }}</h1>
<header>
<p>for my professional services, please see <a href='https://runic-labs.co.uk/'>Runic Labs</a>.</p>
<h2>contact</h2>
<address>
email: <span class='non-breaking'>(λ xy . contactxethulhuycoyuk) @.</span>
</address>
{% endblock %}
|