pattern-library-test.html 647 Bytes
Newer Older
1 2 3 4 5 6 7 8 9
## Override the default styles_version to the Pattern Library version (version 2)
<%! main_css = "style-main-v2" %>

<%inherit file="../../base.html" />

<%block name="title">Pattern Library Test Page</%block>
<%block name="bodyclass">is-signedin pattern-library</%block>

<%block name="content">
10
<h1>Pattern Library test page</h1>
11

12 13
<div class="alert alert-warning" role="alert" tabindex="-1">
    <span class="icon alert-icon fa fa-exclamation-triangle" aria-hidden="true"></span>
14

15 16 17 18
    <div class="alert-message">
        <p class="alert-copy">
            Interesting pattern library content to come...
        </p>
19
    </div>
20

21 22
</div>
</%block>