]> git.immae.eu Git - perso/Immae/Config/Nix.git/blob - modules/private/websites/immae/history/_layouts/default.html
Add Denise websites
[perso/Immae/Config/Nix.git] / modules / private / websites / immae / history / _layouts / default.html
1 <!DOCTYPE html>
2 <html>
3 {% include head.html %}
4
5 <body>
6
7 <div id="fb-root"></div>
8
9 {% include header.html %}
10 <div class="p-4">
11 <div class="row no-gutters">
12 <div class="col-md-7 offset-md-2">
13 {% if page.name == 'index.html' %}
14 <div class="d-flex">
15 <a href="javascript:void(0);" id="expand-list" class="text-muted ml-auto"><svg
16 xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
17 stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
18 class="feather feather-list">
19 <line x1="8" y1="6" x2="21" y2="6"></line>
20 <line x1="8" y1="12" x2="21" y2="12"></line>
21 <line x1="8" y1="18" x2="21" y2="18"></line>
22 <line x1="3" y1="6" x2="3" y2="6"></line>
23 <line x1="3" y1="12" x2="3" y2="12"></line>
24 <line x1="3" y1="18" x2="3" y2="18"></line>
25 </svg></a>
26 <a href="javascript:void(0);" id="collapse-list" class="text-muted ml-3"><svg
27 xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none"
28 stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
29 class="feather feather-server">
30 <rect x="2" y="2" width="20" height="8" rx="2" ry="2"></rect>
31 <rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect>
32 <line x1="6" y1="6" x2="6" y2="6"></line>
33 <line x1="6" y1="18" x2="6" y2="18"></line>
34 </svg></a>
35 </div>
36 {% endif %}
37 <div class=" pt-5">
38 {{ content }}
39 </div>
40 </div>
41 </div>
42 </div>
43
44 {% include footer.html %}
45 </body>
46
47 </html>