<!DOCTYPE html>
<html lang="en">
{% include header.html %}
<nav id="menu" class="visible-xs visible-sm">
{% include menu.html %}
</nav>
<main id="panel">
<body>
{% include navigation.html %}
{% include subnav.html %}
{{ content }}
{% include expert-consultation.html %}
{% include share-bottom.html %}
{% include footer.html %}
{% include announcement.html %}
</body>
</main>
{% include subscribe.html %}
</html>