
- Split into 4 files referenced by the first - Using MLFE and page-wide color definitions - Improved consistency and reduced markup complexity - Hinted more user actions - Improved visual parsability of tables and logs - Improved visibility of counter units - TODO: - Add text selection to important fields - Improve button placement - Reindent templates
7 lines
No EOL
177 B
Cheetah
7 lines
No EOL
177 B
Cheetah
{{define "navbar"}}
|
|
<nav>
|
|
<a class="button" href="/">Morffix</a>
|
|
<a class="button" href="/libraries">Libraries</a>
|
|
<a class="button" href="/tasks">Tasks</a>
|
|
</nav>
|
|
{{end}} |