Welcome to mirror list, hosted at ThFree Co, Russian Federation.

block-media-right.html « shortcodes « layouts - github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3146680446300bcdd83e3bcf381e79a19c5b4dc9 (plain)
1
2
3
4
{{ $width := cond $.IsNamedParams ($.Get "width") "" }}
<div class="block-media block-media_right" {{ with $width }}style="width:{{ . }}"{{ end }}>
    {{ .Inner | $.Page.RenderString }}
</div>