summaryrefslogblamecommitdiff
path: root/_layouts/static.html
blob: 0ecad9827f4a1373e4c6fbc887f11f3f9e496709 (plain) (tree)
1
2
3
4
5
6
7
8
9


               
 



                                                    
         
                                     

                           
---
layout: default
---

<header>
  <h1><a href="{{page.url}}">{{page.title}}</a></h1>
</header>

<section>
  <div id="entry">{{ content }}</div>
  {% include footer.html %}
</section>