use bootstrap
This commit is contained in:
parent
e209ea73ff
commit
f3ad0e4638
20 changed files with 5563 additions and 18 deletions
|
@ -1,14 +1,9 @@
|
|||
{% extends 'base.html.twig' %}
|
||||
|
||||
{% block title %}Hello AppController!{% endblock %}
|
||||
{% block title %}User{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<style>
|
||||
.example-wrapper { margin: 1em auto; max-width: 800px; width: 95%; font: 18px/1.5 sans-serif; }
|
||||
.example-wrapper code { background: #F5F5F5; padding: 2px 6px; }
|
||||
</style>
|
||||
|
||||
<div class="example-wrapper">
|
||||
<h1>Hello {{ user.username }}!</h1>
|
||||
<div class="mb-3">
|
||||
<h1>Hello {{ user.username }}!</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
Reference in a new issue