DEVELOPMENT ENVIRONMENT

~liljamo/liljamo-dev-zola

ref: 0af94e5203e87de162c9e46dec32882a7c31ea8e liljamo-dev-zola/templates/log.html -rw-r--r-- 179 bytes
0af94e52Jonni Liljamo fix: extend tailwind colors, not replace 9 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 %}