2013-06-25 20:19:49 +00:00
|
|
|
<!doctype html>
|
|
|
|
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
|
|
|
|
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
|
|
|
|
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
|
|
|
|
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
|
|
|
|
<head>
|
|
|
|
{% include head.html %}
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body id="page" itemscope itemtype="http://schema.org/WebPage">
|
|
|
|
|
|
|
|
{% include browser-upgrade.html %}
|
|
|
|
{% include navigation.html %}
|
|
|
|
|
2013-07-29 19:32:58 +00:00
|
|
|
<div id="main" role="main" itemprop="mainContentOfPage">
|
|
|
|
<article class="entry" itemscope itemtype="http://schema.org/ItemPage">
|
|
|
|
{% if page.image.feature %}<img src="{{ site.url }}/images/{{ page.image.feature }}" class="entry-feature-image" alt="{{ page.title }}" itemprop="image">{% endif %}
|
2013-06-25 20:19:49 +00:00
|
|
|
<div class="entry-wrapper">
|
2013-06-26 02:34:15 +00:00
|
|
|
<header class="entry-header">
|
2013-07-29 19:32:58 +00:00
|
|
|
<h1 class="entry-title" itemprop="name">{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}</h1>{% endif %}
|
2013-06-25 20:19:49 +00:00
|
|
|
</header>
|
2013-07-29 19:32:58 +00:00
|
|
|
<div class="entry-content" itemprop="description">
|
2013-06-25 20:19:49 +00:00
|
|
|
{{ content }}
|
|
|
|
</div><!-- /.entry-content -->
|
|
|
|
</div><!-- /.entry-wrapper -->
|
|
|
|
</article>
|
|
|
|
</div><!-- /#main -->
|
|
|
|
|
|
|
|
<div class="footer-wrapper">
|
|
|
|
<footer role="contentinfo">
|
|
|
|
{% include footer.html %}
|
|
|
|
</footer>
|
|
|
|
</div><!-- /.footer-wrapper -->
|
|
|
|
|
|
|
|
{% include scripts.html %}
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|