playlist/themes/theo_lem/templates/index.html

11 lines
296 B
HTML
Raw Normal View History

2022-12-23 17:40:30 +00:00
{% extends 'base.html' %}
{% block head %}
<link rel="stylesheet" href="{{ SITE_URL }}/{{ THEME_STATIC_DIR }}/css/index.css" type="text/css"">
{% endblock head %}
{% set index = (hidden_pages|pages_get_page_with_slug_index) %}
{% block content %}
{{ index.content }}
{% endblock content %}