<!DOCTYPE html> <html lang=“{{ page.language | default: site.language | default: 'en' }}”> {% include head.html %}

<body>
  {{ content }}  {% include footer.html %}
  {% if site.deep-links == true%}<script src="/assets/dependencies/anchor.js" type="text/javascript"></script>
  <script type="text/javascript">
    document.addEventListener('DOMContentLoaded', function(event) {
      anchors.options.placement = 'left';
      anchors.options.visible = 'hover';
      anchors.options.icon = '#';
      anchors.options.ariaLabel = 'Anchor';
      anchors.options.titleText = 'DM Permalink';
      anchors.add('.dm-container p, .dm-container h1, .dm-container h2, .dm-container h3, .dm-container h4, .dm-container h5, .dm-container h6');
      anchors.remove('.dm-label p, .dm-label h1, .dm-label h2, .dm-label h3, .dm-label h4, .dm-label h5, .dm-label h6');
    });
  </script>{% endif %}
</body>

</html>