mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 10:14:29 -07:00
24 lines
435 B
HTML
24 lines
435 B
HTML
{% include global/native.html %}
|
|
|
|
{% include book/book-banner.html %}
|
|
|
|
{% include global/sponsors.html %}
|
|
|
|
<hr class="is-marginless">
|
|
|
|
{% include global/newsletter.html %}
|
|
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<div class="columns">
|
|
<div class="column is-4">
|
|
{% include footer/about.html %}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
{% include book/book-modal.html %}
|
|
|
|
{% include global/scripts.html %}
|