summaryrefslogtreecommitdiffstats
path: root/templates_html/shortcodes/fig.html
blob: 4ac99b4f35115af4ff1b8eff7483207fc5680198 (plain)
1
2
3
4
<figure>
    <img src="{{ src }}" alt="{{ alt }}" />
    <figcaption aria-hidden="true">{{ alt }}</figcaption>
</figure>