Add config parsing

This commit is contained in:
Yusur 2021-07-25 17:41:44 +02:00
parent 5b09427f2f
commit 64f8b98acd
3 changed files with 26 additions and 3 deletions

View file

@ -1,7 +1,6 @@
<!DOCTYPE html>
<html>
<head>
{% set app_name = 'Salvi' %}
<title>{% block title %}{{ app_name }}{% endblock %}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">