{% extends 'pub/base.html.twig' %}
{% block stylesheets %}
<style>
body {
background: #f0f0f0;
height: 100%;
text-align: center;
}
img {
display: inline-block;
text-align: center;
}
</style>
{% endblock %}
{% block body %}
<img src="logo.png" />
{% endblock %}