sondr3/generator-jekyllized

View on GitHub
generators/jekyll/templates/app/_layouts/default.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html>

  {% include head.html %}

  <body>

    {% include header.html %}

    <div class="page-content">
      <div class="wrapper">
        {{ content }}
      </div>
    </div>

    {% include footer.html %}

  <!-- JS -->
  <!-- inject:js -->
  <!-- endinject -->

  </body>

</html>