1 2 3 4 5 6 7 8 9 10 11 12 13 14
{{/* * The dropcap shortcode: * * Usage: * * {{< dropcap class="some class" >}} * your paragraph that will have a drop cap here * {{< /dropcap >}} * */}} <p class="has-dropcap {{ with .Get "class"}}{{.}}{{ end }}"> {{ .InnerDeindent }} </p>