website/templates/meditation.html.tera

10 lines
369 B
Plaintext

{% extends "nav" %}
{% block content %}
<article>
<h2>Meditation</h2>
<img src="art/halo.svg" style="width: 500px; max-width: 90%;" title="Halo" />
<p>My current meditation practice includes 20 minutes of qigong each morning, as well as semi-regular <i>suizen</i> shakuhachi practice and club juggling.</p>
</article>
<hr>
{%- endblock %}