Files
www_threefold_io/templates/index.html
2022-07-27 16:56:17 +02:00

19 lines
531 B
HTML

{% extends "_default/base.html" %}
{% block content %}
<style>
.container-fluid {
width: 100%;
/* padding-right: 15px;
padding-left: 15px; */
margin-right: auto;
margin-left: auto;
}
</style>
<!-- Landing page template, has a banner and rows of page summaries -->
<main>
<div class="container-fluid sm:pxi-0 mx-auto overflow-x-hidden">
{% include "partials/header_sec.html" %}
{% include "partials/partnerships.html" %}
</div>
</main>
{% endblock content %}