summaryrefslogblamecommitdiffstats
path: root/blog/_layouts/default.html
blob: 2daf763968d08f1a0a82f5518c808a1dae965455 (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">
          <section id="body">
            {{ content }}
          </section>
          <section id="side-body">
            {% include news.html %}

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

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