21 lines
524 B
Handlebars
21 lines
524 B
Handlebars
<DButton
|
|
@label="docs.topic.back"
|
|
class="docs-nav-link return"
|
|
@action={{this.return}}
|
|
/>
|
|
|
|
<div class="topic-content">
|
|
<h1>{{html-safe this.topic.fancyTitle}}</h1>
|
|
|
|
{{! template-lint-disable no-capital-arguments }}
|
|
<MountWidget @widget="post" @model={{this.model}} @args={{this.post}} />
|
|
</div>
|
|
|
|
<a class="docs-nav-link more" href="/t/{{this.topic.id}}">
|
|
{{d-icon "far-comment"}}
|
|
{{i18n "docs.topic.navigate_to_topic"}}
|
|
</a>
|
|
|
|
<span>
|
|
<PluginOutlet @name="after-docs-topic" @connectorTagName="div" />
|
|
</span> |