mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-03 21:20:52 +00:00
5 lines
226 B
Plaintext
5 lines
226 B
Plaintext
{% extends "global/baselayout.njk" %}
|
|
|
|
{% block hero %}{% include "main/hero.njk" %}{% endblock %}
|
|
{% block navbar %}{% include "main/navbar.njk" %}{% endblock %}
|
|
{% block footer %}{% include "main/footer.njk" %}{% endblock %} |