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.
15 lines • 659 B
HTML
---
css-extra: true
layout: default
---
<div class="container">
<div class="page-header">
<h1>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</h1>
</div>
<div class="alert alert-warning">
<span class="pficon pficon-warning-triangle-o"></span>
These examples are included for development testing purposes. For official documentation, see <a href="https://www.patternfly.org" class="alert-link">https://www.patternfly.org</a>{% if page.alert-message %}{{ page.alert-message }}{% else %}{{ site.alert-message }}{% endif %}
</div>
<hr>
{{ content }}
</div><!-- /container -->