arrowcounter/counter/templates/index.html

7 lines
139 B
HTML

{% extends 'base.html' %}
{% block title %}index{% endblock %}
{% block content %}
<marquee>Viva luciano malusa!</marquee>
{% endblock %}