summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/streamimage.html
blob: eb5d468dd0665da022e64b9d824409f9958f1a65 (plain) (blame)
1
2
3
{{ $filename := .Get "filename" }}
{{ $scratch := .Scratch }}
<img src="{{$scratch.Get "imgpath" }}/{{ $filename }}">