8 lines
190 B
Twig
8 lines
190 B
Twig
{% extends 'master.twig' %}
|
|
|
|
{% block body %}
|
|
<center>
|
|
<h1>Under Construction</h1>
|
|
<img src="//static.flash.moe/images/me-tan-2.png" alt="">
|
|
</center>
|
|
{% endblock %}
|