9 lines
287 B
HTML
9 lines
287 B
HTML
<!DOCTYPE html>
|
|
|
|
{% include 'partials/head.html' %}
|
|
{% include 'partials/header.html' %}
|
|
{% include 'partials/video.html' %}
|
|
{% include 'partials/legal_notice.html' %}
|
|
{% include 'partials/social.html' %}
|
|
{% include 'partials/footer.html' %}
|
|
{% include 'partials/final.html' %} |