mirror of
https://github.com/caressofsteel/hugo-story.git
synced 2025-01-09 02:00:59 +01:00
6 lines
116 B
HTML
6 lines
116 B
HTML
|
<section>
|
||
|
<span class="icon {{ .style }}"></span>
|
||
|
<h3>{{ .name }}</h3>
|
||
|
<p>{{ .content }}</p>
|
||
|
</section>
|