initial commit
[edumed.git] / edumed / templates / home.html
1 {% extends "base.html" %}
2 {% load catalogue_tags %}
3
4 {% block full_title %}Edukacja medialna{% endblock %}
5
6 {% block body %}
7
8 {% catalogue_carousel %}
9
10 <section id="main-promobox">
11 <h1>Co nowego?</h1>
12
13 <h2>Tytuł informacji pierwszej</h2>
14
15 <p>Boks na informacje powinien pomieścić do dwóch krótkich zdań ułożonych
16 w trzech, a może…</p>
17
18 <h2>Tytuł informacji drugiej</h2>
19
20 <p>Boks na informacje powinien pomieścić do dwóch krótkich zdań ułożonych
21 w trzech wierszach?</p>
22 {#% chunk "promobox" %#}
23 </section>
24
25 <section id="main-sections">
26 <h1>Działy:</h1>
27 {% catalogue_section_buttons %}
28 </section>
29
30 <section id="main-chosen">
31 <h1>Wybrane tematy na:</h1>
32 {% catalogue_chosen_topics %}
33 </section>
34
35 <section id="main-tools">
36
37 <section class="main-tools-box">
38 <h1>Aktualności</h1>
39 {% latest_blog_posts "http://nowoczesnapolska.org.pl/feed" 5 %}
40 </section>
41
42 <section class="main-tools-box">
43 <h1>Narzędzia</h1>
44 </section>
45
46 <div style="clear:both"></div>
47 </section>
48
49
50
51 {% endblock %}