mirror of
https://github.com/getzola/zola
synced 2025-01-05 16:38:50 +00:00
5 lines
111 B
HTML
5 lines
111 B
HTML
|
{% extends 'index.html' %}
|
||
|
{% block content %}
|
||
|
I'm overriden in all cases so seeing me is a bug
|
||
|
{% endblock %}
|