Skip to content
Snippets Groups Projects
Commit 8d800d36 authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Add back pagetitles

parent b128813e
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,8 @@ ...@@ -4,6 +4,8 @@
{% block content %} {% block content %}
{%- include "@admin/includes/menu.twig" %} {%- include "@admin/includes/menu.twig" %}
<h2>{{ pagetitle }} </h2>
<ul> <ul>
{% for key, name in sources %} {% for key, name in sources %}
<li><a href="test/{{ name|escape('url') }}">{{ name }}</a></li> <li><a href="test/{{ name|escape('url') }}">{{ name }}</a></li>
......
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
{% block content %} {% block content %}
{%- include "@admin/includes/menu.twig" %} {%- include "@admin/includes/menu.twig" %}
<h2>{{ pagetitle }} </h2>
{%- embed "_table.twig" %} {%- embed "_table.twig" %}
{%- block namecol %} {%- block namecol %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment