Cleanup after merge
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
{% extends "global/layout.html" %}
|
||||
{% block title %}Blog Index{% endblock %}
|
||||
{% block content %}
|
||||
<p>Some descriptive text.</p>
|
||||
<ul class="infolist">
|
||||
{% for entry in entries -%}
|
||||
<li><a href="{{ url_for('blog_entry', slug=entry) }}">{{ entry }}</a></li>
|
||||
{%- endfor %}
|
||||
</ul>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user