...
|
...
|
@@ -3,7 +3,7 @@ |
|
|
{{#if lineHeight}}line-height:{{lineHeight}};{{/if}}
|
|
|
{{#if fontSize}}font-size:{{fontSize}};{{/if}}
|
|
|
{{#if alignType}}text-align:{{alignType}};{{/if}}
|
|
|
font-weight:{{bold}};{{#isEqualOr alignType 'left'}}text-indent: 2em;{{/isEqualOr}}">
|
|
|
font-weight:{{bold}};">
|
|
|
{{# contentEdit}}
|
|
|
<p style="{{#if ../contentSpace}}margin-bottom:{{../contentSpace}};{{/if}}">
|
|
|
{{#if ../jumpUrl}}<a href="{{../jumpUrl}}">{{.}}</a>{{else}}{{.}}{{/if}}
|
...
|
...
|
|