summaryrefslogtreecommitdiff log msg author committer range path: root/layouts/shortcodes/svg.htmlblob: 8378691a6e6dcd5818348525d905854dce46b526 (plain) 1 2 3 <div class="svg-container" style="width: {{(print (index .Params 1))}}"> {{ readFile (print (index .Params 0)) | safeHTML }} </div>