Recast Templates for skipping overview page. Added Zenjob's templates. Some notes.

This commit is contained in:
Norm Rasmussen
2023-04-27 14:54:53 -04:00
parent c78cf84753
commit 3e6a6e5266
89 changed files with 9023 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<main class="np-main np-max-width np-subpage-container">
<div class="np-homepage-featured-text">
<div class="np-homepage-headline">
{% t .header %}
</div>
</div>
<div class="np-homepage-featured-empty">
<img src="/images/404.svg" alt='not found'>
</div>
</main>