abtmtr-comms/views/components/cakeView.ejs

8 lines
212 B
Text
Raw Permalink Normal View History

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