summaryrefslogtreecommitdiffstats
path: root/blog/_layouts/homepage.html
blob: 3ebf2cc02221e550ef7ce235951b51d55d33f63e (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
<!DOCTYPE html>
<html>
  {% include head.html %}
  <body>
    <div id="page-container">
      {% include header.html %}

      <section id="page">
        <section id="body-content">
          {{ content }}

          {% include sponsors.html %}
          {% include news.html %}

          {% if site.links %}
            <section id="links">
              <h2>Lenker</h2>
            </section>
          {% endif %}
        </section>
      </section>

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