{% extends "web/base.html" %}
{% load static %}
{% block title %}Subscription{% endblock title %}
{% block content %}
{% include "web/subscription/hero.html" %}
{% include "web/subscription/subscription_block.html" %}
{% include "web/subscription/info_block.html" %}
{% include "web/subscription/bar.html" %}