1<!DOCTYPE html>
2<html class="" lang="en-US" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" prefix="og: http://ogp.me/ns#">
3 <head>
4 {% include meta_tags/base.html %}
5 {% include meta_tags/sharing.html %}
6
7 {% include externals/styling.html %}
8 </head>
9
10 <body>
11 <div class="wrapper">
12 {% include header.html %}
13
14 {{ content }}
15 </div>
16
17 {% include externals/scripting.html %}
18 {% include externals/google_analytics.html %}
19 </body>
20</html>