28 lines
663 B
HTML
28 lines
663 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
|
|
|
{% include head.html %}
|
|
|
|
<body>
|
|
|
|
<div id="fb-root"></div>
|
|
<script>(function(d, s, id) {
|
|
var js, fjs = d.getElementsByTagName(s)[0];
|
|
if (d.getElementById(id)) return;
|
|
js = d.createElement(s); js.id = id;
|
|
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.8&appId=691723664330476";
|
|
fjs.parentNode.insertBefore(js, fjs);
|
|
}(document, 'script', 'facebook-jssdk'));</script>
|
|
|
|
{% include navbar.html %}
|
|
|
|
{{ content }}
|
|
|
|
{% include google_analytics.html %}
|
|
|
|
{% include footer.html %}
|
|
|
|
</body>
|
|
|
|
</html>
|