]> jfr.im git - irc/freenode/web-7.0.git/blame - templates/article.html
travis.yml: ignore decryption failure
[irc/freenode/web-7.0.git] / templates / article.html
CommitLineData
57238ce0
EK
1{% extends "base.html" %}
2{% block content %}
50d68b4a 3<div class="main">
57238ce0 4 <p><b class="art">{{ article.title }}</b>&nbsp;
6bb71fc1 5 <span class="art-date">{{ article.author }} on {{ article.datetime }}</span></p>
57238ce0 6 <p class="art-ingress">{{ article.content }}</p>
fb48ec12 7 <p class="art-links">
11120bca 8 {#
fb48ec12
SB
9 <a href="{{ next }}">Next</a>&nbsp;
10 <a href="{{ previous }}">Previous</a>&nbsp;
11120bca 11 #}
7b077b14 12 <a href="{{ url_for("archive") }}">Archive</a>&nbsp;
11120bca 13 </p>
57238ce0
EK
14</div>
15{% endblock content %}