aboutsummaryrefslogtreecommitdiff
path: root/modules/private/websites/immae/history/_layouts/default.html
blob: 24c76ed0438a131e42eff50d4f021c09e84f4205 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
{% include head.html %}

<body>

<div id="fb-root"></div>

    {% include header.html %}
    <div class="p-4">
        <div class="row no-gutters">
            <div class="col-md-7 offset-md-2">
                    {% if page.name == 'index.html' %}
                <div class="d-flex">
                    <a href="javascript:void(0);" id="expand-list" class="text-muted ml-auto"><svg
                            xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none"
                            stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
                            class="feather feather-list">
                            <line x1="8" y1="6" x2="21" y2="6"></line>
                            <line x1="8" y1="12" x2="21" y2="12"></line>
                            <line x1="8" y1="18" x2="21" y2="18"></line>
                            <line x1="3" y1="6" x2="3" y2="6"></line>
                            <line x1="3" y1="12" x2="3" y2="12"></line>
                            <line x1="3" y1="18" x2="3" y2="18"></line>
                        </svg></a>
                    <a href="javascript:void(0);" id="collapse-list" class="text-muted ml-3"><svg
                            xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none"
                            stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
                            class="feather feather-server">
                            <rect x="2" y="2" width="20" height="8" rx="2" ry="2"></rect>
                            <rect x="2" y="14" width="20" height="8" rx="2" ry="2"></rect>
                            <line x1="6" y1="6" x2="6" y2="6"></line>
                            <line x1="6" y1="18" x2="6" y2="18"></line>
                        </svg></a>
                </div>
                {% endif %}
                <div class=" pt-5">
                    {{ content }}
                </div>
            </div>
        </div>
    </div>

    {% include footer.html %}
</body>

</html>