Prettier templates
This commit is contained in:
parent
d98268d9d6
commit
7b1cb83742
33 changed files with 4207 additions and 4374 deletions
|
|
@ -1,20 +1,18 @@
|
|||
{% extends "layouts/main.html" %}
|
||||
|
||||
{% block main %}
|
||||
<div id="licenses" class="container-fluid p-3">
|
||||
{{ Markdown|safe }}
|
||||
</div>
|
||||
<div id="licenses" class="container-fluid p-3">{{ Markdown|safe }}</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block stylesheet %}
|
||||
<style>
|
||||
#licenses h2 {
|
||||
font-weight: bold;
|
||||
margin: 15px 0;
|
||||
}
|
||||
<style>
|
||||
#licenses h2 {
|
||||
font-weight: bold;
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
#licenses p {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
#licenses p {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue