{% extends "base.html" %* {% block title %}HTML Pages — RAZOR SMS PANEL{% endblock %} {% block content %}
All Pages
New Page
{% if pages %} {% for p in pages %} {% endfor %}
#FilenameTitleLive URLCreatedActions
{{ p.id }} {{ p.filename }} {{ p.title or '—' }} /dev/pages/{{ p.slug }} {{ p.created_at.strftime('%Y-%m-%d') if p.created_at else '—' }} Edit
{% else %}
No HTML pages yet.
Create First Page
{% endif %}
{% endblock %}