|
|
@ -1,4 +1,4 @@ |
|
|
|
{% extends "base.html" %} |
|
|
|
<!--{% extends "base.html" %} |
|
|
|
{% block title %}{{ page.title }}{%endblock%} |
|
|
|
|
|
|
|
{% block content %} |
|
|
@ -11,8 +11,6 @@ |
|
|
|
Last updated: {{ page.locale_modified }} |
|
|
|
</p> |
|
|
|
{% endif %} |
|
|
|
<!-- {% import 'translations.html' as translations with context %} --> |
|
|
|
<!-- {{ translations.translations_for(page) }} --> |
|
|
|
{% for page in pages %} |
|
|
|
{% if page.slug == 'stream' %} |
|
|
|
<div id="stream" class="overview"> |
|
|
@ -26,3 +24,4 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
{% endblock %} |
|
|
|
--> |