le75
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

orientation_detail.html
text/html

Download raw (312 bytes)

{% extends "base.html" %}


{% load cms_tags %}


{% block title %}{% page_attribute "page_title" %}{% endblock title %}


{% block content %}
<article>
    <header class="main__content__header">
        <h1>{{ object.name }}</h1>
    </header>

    {% placeholder "content" %}
</article>
{% endblock content %}