Migrate frontend to pnpm+parcel with JS modules
This commit is contained in:
parent
4d8b7d6e62
commit
0b8fbea6c3
30 changed files with 2289 additions and 404 deletions
|
|
@ -3,16 +3,3 @@
|
|||
{% block main %}
|
||||
<div id="licenses" class="container-fluid p-3">{{ Markdown|safe }}</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block stylesheet %}
|
||||
<style>
|
||||
#licenses h2 {
|
||||
font-weight: bold;
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
#licenses p {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue