{% extends "components/shell.html" %} {% from "components/card_list.html" import card_list %} {% from "components/cards/post.html" import post_fav_card %} {% from "components/ads.html" import slider_ad, header_ad, footer_ad %} {% block title %} Popular Posts | {{ g.site_name }} {% endblock %} {% block content %} {{ slider_ad() }} {% endblock %}