Browse Source

Update 'themes/varia/templates/stream.html'

pull/13/head
ccl 5 years ago
parent
commit
42c5d0a6f6
  1. 5
      themes/varia/templates/stream.html

5
themes/varia/templates/stream.html

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