svg
This commit is contained in:
16
templates/Home/home.html.twig
Normal file
16
templates/Home/home.html.twig
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "base.html.twig" %}
|
||||
|
||||
{% block localstyle %}
|
||||
body {
|
||||
background-color: #efefef;
|
||||
}
|
||||
.homecard {
|
||||
padding-top: 20px;
|
||||
}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
{% block body %}
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user