DEVELOPMENT ENVIRONMENT

~liljamo/liljamo-dev-zola

ref: 2e99a64bda9feaf85c49d30a3a5b4d900e34c644 liljamo-dev-zola/templates/log.html -rw-r--r-- 179 bytes
2e99a64bJonni Liljamo feat: limit umami to liljamo.dev, link to stats 22 days ago
                                                                                
1
2
3
4
5
6
7
8
{% extends "layouts/base.html" %}

{% block content %}
<p>{{ page.title }}</p>
<article class="prose lg:prose-xl">
    {{ page.content | safe }}
</article>
{% endblock content %}