angular-cn/aio/tools/transforms/templates/content.template.html
2017-04-17 13:43:42 +01:00

4 lines
122 B
HTML

{% if doc.title %}<h1>{$ doc.title | marked $}</h1>{% endif %}
<div class="content">
{$ doc.description | marked $}
</div>