summaryrefslogtreecommitdiff
path: root/templates/index-cache.html
blob: 44317b8b5e768a512c833d39be40e157e6d1a555 (plain)
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
<!DOCTYPE html>
<html lang="${lang}" xml:lang="${lang}">
    <head>
        ${partials/head.html()}
    </head>
    <body>
        ${partials/header.html()}
            ${if(title)}
            <div class="description-site">
                <header class="header-bloc">
                    <h2>${title}</h2>
                </header>
                <div class="content">
                    ${resume-cache}
                </div>
            </div>
            <div class="posts-list">
                <header class="header-bloc">
                    <h2>Billets de blog</h2>
                </header>
            <div>
                ${body}
            </div>
            </div>
        ${endif}
        ${partials/footer.html()}
    </body>
</html>