10 lines
325 B
HTML
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' %} |