19 lines
659 B
Plaintext
19 lines
659 B
Plaintext
<%#
|
|||
|
|
Placeholder page view. Rendered by lib/render.js when views/pages/<view>.ejs
|
||
|
|
does not exist yet, so the shell can be exercised before the page work
|
||
|
|
packages land.
|
||
|
|
%>
|
||
|
|
<div class="lt-page-header">
|
||
|
|
<h1 class="lt-page-title"><%= pageTitle || 'Page' %></h1>
|
||
|
|
</div>
|
||
|
|
<div class="lt-frame">
|
||
|
|
<div class="lt-empty-state">
|
||
|
|
<div class="lt-empty-state-icon">⚙</div>
|
||
|
|
<div class="lt-empty-state-title">Page under construction</div>
|
||
|
|
<div class="lt-empty-state-text">
|
||
|
|
This view has not been implemented yet. The shared shell, navigation and
|
||
|
|
assets are live; the page content lands with its work package.
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|