{%load widget_tweaks%} {% load static %}
{% include 'adminfront/admin-sidebar.html'%} {% block content %} {% endblock %}


{% if stu %} {% for st in stu %} {% csrf_token %} {% endfor %}
Sr.No. First Content Image Alt Second Heading Second Content Third Heading Third Content Edit Delete
{{st.id}} {{st.first_content|safe}} {{st.alt_text}} {{st.second_heading}} {{st.second_content|safe}} {{st.third_heading}} {{st.third_content|safe}}Edit
{% csrf_token %}
{% else %}

No Records

{% endif %}