assetflow/src/frontend/demopage.eta.html

8 lines
218 B
HTML
Raw Normal View History

<%~ E.includeFile("head.eta.html", {"title": "Bootstrap Demo Page"}) %>
<div class="alert alert-primary" role="alert">
A simple primary alert—check it out!
</div>
<%~ E.includeFile("foot.eta.html") %>