pecha.red/templates/home.html

11 lines
429 B
HTML

{% extends 'base.html' %}
{% block title %}home{% endblock %}
{% block content %}
<main class='centred'>
<h1>Henlo! 0u0</h1>
<p>My name is Petra, but Pet, Pech, Pecha etc are all fine =w=</p>
<p>I'm an aspiring Political Economist, but I'm broadly interested in the social sciences and philosophy pretty generally.</p>
<p>This is meant as a landing page for stuff I've created or am interested in.</p>
</main>
{% endblock %}