2021-09-28 15:10:22 +02:00
|
|
|
{% extends "base.html" %}
|
2021-10-30 16:38:11 +01:00
|
|
|
{% block head %}
|
|
|
|
<meta name="title" content="Phantasmapolis"/>
|
|
|
|
<meta name="description" content="Looking back to the future"/>
|
|
|
|
<meta property="og:title" content="Phantasmapolis"/>
|
2021-10-30 16:57:40 +01:00
|
|
|
<meta content="https://phantas.ma/static/jpg/phantasmopolis.jpg" name="thumbnail"/>
|
|
|
|
<meta content="https://phantas.ma/static/jpg/phantasmopolis.jpg" name="image_src"/>
|
2021-10-30 17:02:56 +01:00
|
|
|
|
2021-10-30 16:38:11 +01:00
|
|
|
<meta property="og:url" content="https://phantas.ma/polis"/>
|
2021-10-30 17:02:56 +01:00
|
|
|
<meta property="og:type" content="website"/>
|
|
|
|
<meta property="og:title" content="Phantasmapolis" />
|
2021-10-30 16:38:11 +01:00
|
|
|
<meta property="og:description" content="Looking back to the future"/>
|
2021-10-30 17:02:56 +01:00
|
|
|
<meta property="og:image" content="https://phantas.ma/static/jpg/phantasmopolis.jpg"/>
|
|
|
|
|
|
|
|
<meta property="twitter:card" content="summary_large_image"/>
|
|
|
|
<meta property="twitter:title" content="Phantasmapolis" />
|
|
|
|
<meta property="twitter:description" content="Looking back to the future"/>
|
|
|
|
<meta property="twitter:image" content="https://phantas.ma/static/jpg/phantasmopolis.jpg"/>
|
2021-10-30 16:38:11 +01:00
|
|
|
{% endblock head %}
|
2021-10-24 19:13:02 +05:30
|
|
|
{% block body_class%}animated animated-text body--home{% endblock %}
|
2021-09-28 15:10:22 +02:00
|
|
|
{% block main %}
|
2021-10-21 16:24:26 +01:00
|
|
|
<div class="index">
|
2021-11-12 10:21:00 +00:00
|
|
|
<h1 class="h1-en-home">njp.ma</h1>
|
|
|
|
<p></p>
|
2021-10-24 19:13:02 +05:30
|
|
|
|
|
|
|
<div class="font-size-sm">
|
2021-11-21 10:40:52 +01:00
|
|
|
<div class="h3"><a href="{% url 'films'%}" class="font-bold">Videos</a></div>
|
2021-10-24 19:13:02 +05:30
|
|
|
|
2021-11-21 11:59:20 +01:00
|
|
|
<div class="h3"><a href="{% url 'texts' %}" class="font-bold">Cuts</a></div>
|
2021-10-24 19:13:02 +05:30
|
|
|
|
2021-11-12 10:21:00 +00:00
|
|
|
<div class="h3"><a href="{% url 'about' %}" class="font-bold">About</a></div>
|
2021-10-24 19:13:02 +05:30
|
|
|
</div>
|
2021-10-10 16:06:43 +01:00
|
|
|
</div>
|
2021-09-28 15:10:22 +02:00
|
|
|
{% endblock %}
|