{% extends "base/base.html" %} {% block page-body %}

Hello,

my name is {{ hostname|capfirst }} and I am your server right now.

Did I say now?
My clock says {{ time|time:'TIME_FORMAT'|default:'nothing' }}, {% if time %} and we are talking about the {{ time|time:'e' }} timezone. {% else %} and this is no good. {% endif %}

{% with color_hex=color_hex|default:'47825b' %} By the way, this is my favorite color:   #{{ color_hex }}   {% endwith %}

{% endblock page-body %}