Add migration and books
This commit is contained in:
parent
30be91390b
commit
4cd32831c1
19 changed files with 819 additions and 245 deletions
7
templates/components/cards.html
Normal file
7
templates/components/cards.html
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{% macro card() %}
|
||||
<div class="card my-3">
|
||||
<div class="card-body">
|
||||
{{ caller() }}
|
||||
</div>
|
||||
</div>
|
||||
{% endmacro %}
|
||||
Loading…
Reference in a new issue