|
|
|
|
@ -3,7 +3,8 @@ style('settings', 'settings'); |
|
|
|
|
vendor_script( |
|
|
|
|
'core', |
|
|
|
|
[ |
|
|
|
|
'handlebars/handlebars' |
|
|
|
|
'handlebars/handlebars', |
|
|
|
|
'marked/marked.min', |
|
|
|
|
] |
|
|
|
|
); |
|
|
|
|
script( |
|
|
|
|
@ -59,7 +60,7 @@ script( |
|
|
|
|
<div class="app-detailpage"></div> |
|
|
|
|
|
|
|
|
|
<div class="app-description-container hidden"> |
|
|
|
|
<div class="app-description"><pre>{{description}}</pre></div> |
|
|
|
|
<div class="app-description"><pre>{{{description}}}</pre></div> |
|
|
|
|
<!--<div class="app-changed">{{changed}}</div>--> |
|
|
|
|
{{#if documentation}} |
|
|
|
|
<p class="documentation"> |
|
|
|
|
|