theolem.org/themes/theo_lem/templates/index.html

11 lines
296 B
HTML
Raw Normal View History

2020-04-29 18:17:21 +00:00
{% extends 'base.html' %}
2020-11-20 15:35:37 +00:00
{% block head %}
<link rel="stylesheet" href="{{ SITE_URL }}/{{ THEME_STATIC_DIR }}/css/index.css" type="text/css"">
{% endblock head %}
2020-05-10 14:23:09 +00:00
2021-07-28 12:44:55 +00:00
{% set index = (hidden_pages|pages_get_page_with_slug_index) %}
2020-04-29 18:17:21 +00:00
2020-11-20 15:35:37 +00:00
{% block content %}
{{ index.content }}
2020-11-16 19:09:45 +00:00
{% endblock content %}