fix jinja error

This commit is contained in:
Son NK 2020-01-12 22:33:02 +01:00
parent e2974cdd60
commit 8d18708c94
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% block content %}
(% if name %}
{% if name %}
{{ render_text("Hi " + name + ",") }}
{% else %}
{{ render_text("Hi,") }}