{# Inline-edit slug cell for pages. #} {% if mode == 'edit' %}
{% if error %}
{{ error }}
{% endif %}
⏎ save · esc cancel
{% else %} {{ page.slug }} {% if full_path %}
{{ full_path }}
{% endif %} {% endif %}