{% extends "web/base.html" %}
{% load static %}
{% block title %}Home{% endblock title %}
{% block content %}
{% include "web/home/hero.html" %}
{% include "web/home/bundle_subscription.html" %}
{% include "web/home/exm_cat.html" %}
{% include "web/home/review.html" %}