{% extends 'base.html' %} {% load solo_tags %}
{% comment %} tailwind配置信息 {% endcomment %} {% block tailwind_config %} {% endblock %} {% comment %} tailwindcss {% endcomment %} {% block tailwind_css %} {% endblock %} {% comment %} title start {% endcomment %} {% block title %}{% block top_description %} {% get_solo 'tbase_config.General' as site_config %}{{site_config.tagline}} {% endblock %}