Add TODO shortcode

This commit is contained in:
Danila Fedorin 2019-08-13 22:53:46 -07:00
parent fe0437eabf
commit a9958edaa2
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<div style="background-color: tomato; color: white; padding: 10px;">
<em>TODO: </em>{{ .Inner }}
</div>