{% extends "base.html" %} {% load i18n %} {% block title %}Online Shopping{% endblock %} {% block content %}
{% include "searchbar.html" %}
{% for category in firstcategorylist %}
{% endfor %}

{% endblock %}