]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blame - templates/planet/posting.html
Bootstap migration talk.ipfire.org
[people/shoehn/ipfire.org.git] / templates / planet / posting.html
CommitLineData
d88b8f41 1{% extends "../base.html" %}
d0d074e0 2
d88b8f41 3{% block title %}{{ entry.title }}{% end block %}
d0d074e0 4
60b0917c
MT
5{% block container %}
6 {% module PlanetEntry(entry) %}
c6ba6949 7
1e5f513f
SH
8 <div class="container mb-6">
9 <div class="col-12">
10 <small>
11 {{ _("Posted:") }} {{ locale.format_date(entry.published, shorter=True, relative=False) }}
12
13 &bull;
14
15 {{ _("One view", "%(views)s views", entry.views) % { "views" : entry.views } }}
16 </small>
17 </div>
18 </div>
d0d074e0 19{% end block %}