{% extends 'front/base.html' %} {% load static %} {% block title %} {{seo.meta_title}} - {{seo.meta_description}} {% endblock title %} {% block title1 %} {{seo.meta_title}} - {{seo_settings.meta_title}} {% endblock title1 %} {% block title2 %} {{seo.meta_title}} - {{seo_settings.meta_title}} {% endblock title2 %} {% block content %}
{% if pricings %}
Getting Start

Pricing Plan

{% for pricing in pricings %}
{% endfor %}
{% endif %} {% if blogs %}
All Blog

Latest Post

{% for blog in blogs|slice:":3" %} {% endfor %}
{% endif %} {% endblock %}