10 lines
282 B
Text
10 lines
282 B
Text
<% #status %>
|
|
<p>
|
|
<% gettext 'System is up and running.' %>
|
|
</p>
|
|
|
|
<% #urlPreview %>
|
|
<% // This snippet contains additional markup to be rendered client-side by Alpine %>
|
|
<a :href='"<% root.href %>" + name'>
|
|
<strong x-show='name' x-text='"<% root.href %>" + name'></strong>
|
|
</a>
|