layout-fixed.html

11 lines | 284 B Blame History Raw Download
<!DOCTYPE html>
<!--[if IE 9]><html lang="en-us" class="ie9 layout-pf layout-pf-fixed"><![endif]-->
<!--[if gt IE 9]><!-->
<html lang="en-us" class="layout-pf layout-pf-fixed">
  <!--<![endif]-->
  {% include head.html %}
  <body class="cards-pf">
    {{ content }}
  </body>
</html>