remove unused file

This commit is contained in:
Leo Hemsted
2018-03-08 14:14:56 +00:00
parent 04bfc362a2
commit c651ca3f36

View File

@@ -1,16 +0,0 @@
{% extends "withoutnav_template.html" %}
{% from "components/browse-list.html" import browse_list %}
{% block per_page_title %}
All services
{% endblock %}
{% block maincolumn_content %}
<h1 class="heading-large">
All services
</h1>
{{ browse_list(services) }}
{% endblock %}