{% include 'adminfront/admin-sidebar.html'%}
{% block content %}
{% endblock %}
{% if stu %}
{% else %}
| 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}} | {% csrf_token %}Edit |