1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 20:39:28 +00:00
Files
stratos/views/partials/feature.hbs
2022-02-08 21:11:39 +00:00

8 lines
214 B
Handlebars

<div class='feature'>
<img src='{{img}}' alt='{{alt}}' height=195 width=377 />
<div class='feature__text'>
<h2 class='feature__title'>{{title}}</h2>
<p class='feature__content'>{{content}}</p>
</div>
</div>