theme/templates/page.html

Tue, 28 Aug 2018 15:07:01 +0200

author
David Douard <david.douard@logilab.fr>
date
Tue, 28 Aug 2018 15:07:01 +0200
changeset 108
08c0c0d695e8
parent 36
9507107a1133
permissions
-rw-r--r--

[hp34970] replace dailymotion by peertube for embedded video

{% extends "base.html" %}
{% block title %}{{ page.title }}{%endblock%}

{% block pageheader %}
<div class="hp-header-inner">
    <div class="page-header">
        <div class="content-header">
            <div id="title-block">
            <h1>{{ page.title }}</h1>
            </div>
        </div>
    </div>
</div>
{% endblock %}

{% block content %}
    <section class="article">
    {% import 'translations.html' as translations with context %}
    {{ translations.translations_for(page) }}

    {{ page.content }}
    </section>
{% endblock %}

mercurial