8 lines
184 B
HTML
8 lines
184 B
HTML
|
<%~ E.includeFile("head.eta.html") %>
|
||
|
|
||
|
<div class="alert alert-primary" role="alert">
|
||
|
A simple primary alert—check it out!
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<%~ E.includeFile("foot.eta.html") %>
|