DEVELOPMENT ENVIRONMENT

~liljamo/liljamo-dev-zola

ref: b14db640e27c1e024151240d7bc03a2dc78be94e liljamo-dev-zola/templates/log.html -rw-r--r-- 179 bytes
b14db640Jonni Liljamo feat: more content for testing, layouting of different values 11 months 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 %}