DEVELOPMENT ENVIRONMENT

~liljamo/liljamo-dev-zola

ref: da0a644e326fd4c6dff103a6b1b54961bdf857f0 liljamo-dev-zola/templates/log.html -rw-r--r-- 179 bytes
da0a644eJonni Liljamo fix: project links blank 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 %}