{% extends 'base.html.twig' %}
{% block title %}Koehandel{% endblock %}
{% block body %}
<style>
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
}
.center {
text-align: center;
}
p.help {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
}
</style>
<div id="app">
<app></app>
</div>
{% endblock %}