vanilla-hugo/layouts/shortcodes/dialog.html

4 lines
41 B
HTML
Raw Normal View History

2022-07-02 16:13:57 -07:00
<p class="dialog">
{{ .Inner }}
</p>