5 lines
178 B
Text
5 lines
178 B
Text
|
<section class="cakeView">
|
||
|
<h2><%= title %></h2>
|
||
|
<img src="<%= image %>" alt="<%= alt %>" title="<%= alt %>" width="128" height="128"/>
|
||
|
<p><%- description %></p>
|
||
|
</section>
|