KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

write_page.twig 471B

9 years ago
12345678910111213
  1. {% extends "layout.twig" %}
  2. {% block title %}${ "Add Page" | translate }{% endblock %}
  3. {% block content %}
  4. <form id="write_form" action="{% admin "add_page" %}" method="post" accept-charset="utf-8" enctype="multipart/form-data">
  5. <fieldset>
  6. {% include "partials/page_fields.twig" %}
  7. <input type="hidden" name="hash" value="$site.secure_hashkey" id="hash" />
  8. </fieldset>
  9. </form>
  10. {% endblock %}