summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/quote.html
blob: f2d9c4c1585255d678f9b9c9f361fdac4c91c000 (plain)
1
2
3
4
5
6
7
8
9
10
<div class="quoteblock">
	<blockquote>
		<div class="paragraph">
			{{ .Inner | .Page.RenderString }}
		</div>
	</blockquote>
	<div class="attribution">
		— {{ .Get "attribution" }}
	</div>
</div>