Files
docmost-port/embedded_ui/overview.html.hbs
2025-11-24 18:28:33 +00:00

8 lines
340 B
Handlebars

<section class="section">
<div class="container">
<h2 class="title is-4">Docmost</h2>
<p class="mb-3">Docmost is set to run on port {{entitlements.port-number}}.</p>
<a href="http://{{entitlements.host}}:{{entitlements.port-number}}" target="_blank" class="button is-dark">Open Docmost</a>
</div>
</section>