patternfly
Version:
This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.
11 lines (10 loc) • 366 B
HTML
<!--[if IE 9]><html lang="en-us" class="ie9 layout-pf-alt layout-pf-alt-fixed layout-pf-alt-fixed-inner-scroll"><![endif]-->
<!--[if gt IE 9]><!-->
<html lang="en-us" class="layout-pf-alt layout-pf-alt-fixed layout-pf-alt-fixed-inner-scroll">
<!--<![endif]-->
{% include head.html %}
<body class="cards-pf">
{{ content }}
</body>
</html>