]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/blog/index.html
Update Christman campaign copy
[ipfire.org.git] / src / templates / blog / index.html
1 {% extends "base.html" %}
2
3 {% block title %}{{ _("Welcome!") }}{% end block %}
4
5 {% block head %}
6 <meta name="description" content="{{ _("The IPFire Blog has the latest news from the IPFire Project about Development, Current Affairs, and many more interesting things.") }}" />
7 {% end %}
8
9 {% block main %}
10 <div class="card">
11 <div class="card-body">
12 {% module BlogPosts(posts) %}
13 </div>
14 </div>
15 {% end block %}