DEVELOPMENT ENVIRONMENT

~liljamo/liljamo-dev-zola

ref: e812ad423ea9d63938e07336b7a49d90a6660086 liljamo-dev-zola/templates/index.html -rw-r--r-- 282 bytes
e812ad42Jonni Liljamo feat: font stuff, top bar 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
{% extends "layouts/base.html" %}

{% block content %}
<p class="text-slate-900">balls</p>

{% for section_path in section.subsections %}
{% set section = get_section(path=section_path) %}
<a href={{ section.permalink }}>{{ section.title }}</a>
{% endfor %}

{% endblock content %}