Implement YAML config loader
This commit is contained in:
parent
14c22e0e6c
commit
6c41f06105
14 changed files with 169 additions and 9 deletions
|
|
@ -12,7 +12,11 @@
|
|||
<header>
|
||||
<h1>{{ app_info.getTitle() }}</h1>
|
||||
<div class="header_appversion">
|
||||
<a href="{{ app_info.getRepositoryUrl() }}">{{ app_info.getVersion() }}</a>
|
||||
{% if logged_in | default() %}
|
||||
<a href="{{ app_info.getRepositoryUrl() }}">{{ app_info.getVersion() }}</a>
|
||||
{% else %}
|
||||
{{ app_info.getVersion() }}
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="header_spacer"></div>
|
||||
<div class="header_userstatus">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue