You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
365 B
Twig
17 lines
365 B
Twig
{% extends "base/frame.twig" %}
|
|
{% block stylesheets %}
|
|
<link rel="stylesheet" type="text/css" href="/assets/css/front/start.css?=sdfsdf">
|
|
{% endblock %}
|
|
|
|
{% block main %}
|
|
<section role="start">
|
|
<div>
|
|
<span role="title">{{ options.count }}</span>
|
|
<p>
|
|
Bad Spaces tracked.<br/>
|
|
Pace yourself.
|
|
</p>
|
|
</div>
|
|
</section>
|
|
{% endblock %}
|