summaryrefslogblamecommitdiffstats
path: root/blog/_layouts/default.html
blob: 84f05751ea221640066cae06a48aaf24f7e09c10 (plain) (tree)




















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

      <section id="page">
        <section id="body-content">
          <section id="body">
            <div class="inner">
              {{ content }}
            </div>
          </section>
        </section>
      </section>

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