I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 6d0fbc13 authored by dev's avatar dev
Browse files

backport simple blog index page from rev a7375a677ec43f581eeae1b569f1ccd1885d5198

parent 897e8605
No related branches found
No related tags found
No related merge requests found
{% 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 %}
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