[*] Initial commit
This commit is contained in:
6
layouts/shortcodes/div.html
Normal file
6
layouts/shortcodes/div.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<div class="{{ .Get "class" }}" style="{{ .Get "style" | safeCSS }}">
|
||||
{{ with .Get "title" }}
|
||||
<h1 class="section-title">{{ . }}</h1>
|
||||
{{ end }}
|
||||
{{ .Inner }}
|
||||
</div>
|
Reference in New Issue
Block a user