Files
NightSpire/home/templates/base/base.html
T
2024-11-12 09:17:08 +01:00

10 lines
325 B
HTML

<!DOCTYPE html>
{% include 'partials/head.html' %}
{% include 'partials/start_time.html' %}
{% include 'partials/header.html' %}
{% include 'partials/video.html' %}
{% include 'partials/noticias.html' %}
{% include 'partials/social.html' %}
{% include 'partials/footer.html' %}
{% include 'partials/final.html' %}