Mercurial > sat_legacy_website
comparison templates/sat_website/news.html @ 136:c56b6ad62153
add section News with the official news feed
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 14 Jan 2016 23:39:43 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
135:b61cb60a8eb2 | 136:c56b6ad62153 |
---|---|
1 {% extends "sat_website/category.html" %} | |
2 | |
3 {% comment %} | |
4 SàT website: Salut à Toi's presentation website | |
5 Copyright (C) 2012 Jérôme Poisson (goffi@goffi.org) | |
6 | |
7 This file is part of SàT website. | |
8 | |
9 SàT website is free software: you can redistribute it and/or modify | |
10 it under the terms of the GNU Affero General Public License as published by | |
11 the Free Software Foundation, either version 3 of the License, or | |
12 (at your option) any later version. | |
13 | |
14 Foobar is distributed in the hope that it will be useful, | |
15 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
17 GNU Affero General Public License for more details. | |
18 | |
19 You should have received a copy of the GNU Affero General Public License | |
20 along with Foobar. If not, see <http://www.gnu.org/licenses/>. | |
21 {% endcomment %} | |
22 | |
23 {% load i18n %} | |
24 {% load staticfiles %} | |
25 {% load utils %} | |
26 {% block main_container %} | |
27 | |
28 <div class="news-content"> | |
29 {% insert_blog_content "https://libervia.org/blog/salut-a-toi" %} | |
30 </div> | |
31 | |
32 {% endblock %} |