templates/index.html (view raw)
1 2 3 4 5 6 7 8
{% extends "base.html" %} {% block content %} <h1 class="title"> This is my whatever made with Zola </h1> <p><a href="{{ get_url(path='@/posts/_index.md') }}">Posts</a></p> {% endblock content %}