{% extends "index.html" %} {% block content %} <main class="pt-16"> <div class="flex flex-col md:flex-row"> {% include "partials/productPosts.html" %} {% include "partials/productSidebar.html" %} </div> </main> {% endblock content %}