You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
358 B
HTML
8 lines
358 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1 class="title">hello world</h1>
|
|
i'm aprzn and this is my website. i dont have much stuff here for now but more will appear over time (i would imagine)
|
|
<div class="toki-pona">sina sona e toki pona la <a href="/contact">o toki tawa mi</a>. mi kepeken toki pona la mi pilin pona a.</div>
|
|
{% endblock content %}
|