Files
blog-static/themes/vanilla/layouts/shortcodes/todo
2019-08-13 22:53:46 -07:00

4 lines
108 B
Plaintext

<div style="background-color: tomato; color: white; padding: 10px;">
<em>TODO: </em>{{ .Inner }}
</div>