{% extends "layout.html" %} {% block title %}{{ __('Home') }}{% endblock %} {% block head %} {% endblock %} {% block content %}

{% if getOption("timerLogo") %} {{ getOption('timerName') }} {% else %} {% endif %}

{{ __("Current Event") }}

{{ getOption('eventName') }}

{{ __("Actions") }}

{% endblock %}