summaryrefslogblamecommitdiffstats
path: root/blog/_layouts/homepage.html
blob: 130169aba7be974d969adcb48ed0254ce3022eb5 (plain) (tree)
1
2
3
4
5
6
7
8
9







                               
                                                  





                                 
                             


                      
                                   





                               
<!DOCTYPE html>
<html>
  {% include head.html %}
  <body>
    <div id="page-container">
      {% include header.html %}

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

          {% include news.html %}

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

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