{% 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 %} Pricing Plan HomePricing {% if pricings %} Getting Start Pricing Plan {% for pricing in pricings %} {% if pricing.is_featured %} {{ pricing.featured_text }} {% endif %} {{ pricing.title }} {{ pricing.subtitle }} {{ settings.currency_symbol }} {{ pricing.price }} {{ pricing.description|safe }} {{ pricing.button_text }} {% endfor %} {% endif %} {% if blogs %} All Blog Latest Post {% for blog in blogs|slice:":3" %} {{ blog.category }} By, {{ blog.author }} {{ blog.created_at }} {{ blog.title }} {% endfor %} {% endif %} {% endblock %}