clone of github.com/decent-newsroom/newsroom
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{% extends 'base.html.twig' %} |
|
|
|
{% block body %} |
|
<div> |
|
<h1>{{ index.title }}</h1> |
|
<p>{{ index.summary }}</p> |
|
<br> |
|
|
|
<twig:IndexTabs :index="index" /> |
|
|
|
</div> |
|
{% endblock %} |
|
|
|
{% block aside %} |
|
{# <p>TODO search & add to index</p> #} |
|
{% endblock %}
|
|
|