abtmtr-comms/views/components/cakeView.ejs

8 lines
No EOL
212 B
Text

<div class="cakeView">
<section>
<h2><%- title %></h2>
<img src="<%= image %>" alt="<%= alt %>" title="<%= alt %>" width="128" height="128"/>
<p><%- description %></p>
<hr />
</section>
</div>