DEVELOPMENT ENVIRONMENT

~liljamo/liljamo-dev-zola

ref: 1a987a5113b4d0b51da86e59c6b7ecc4dc358070 liljamo-dev-zola/templates/log.html -rw-r--r-- 179 bytes
1a987a51Jonni Liljamo feat: once again, change how tailwind colours are handled 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 %}