{% extends "base.html" %} {% load taxonomy %} {% load lang %} {% block title %}{{ "New page"|t }}{% endblock %} {% block topbar %}{{ "New page"|t }}{% endblock %} {% block content %}

{{ "New page"|t }}

{{ "The domain and the type come from"|t }} taxonomy.toml. {{ "The page is created empty and opens straight in the editor."|t }}

{% if error %}{% endif %}
{% csrf_token %}

{{ "The first \"yes\" wins:"|t }} {{ "it points elsewhere rather than saying something"|t }} → recueil · {{ "it has a state of progress"|t }} → chantier · {{ "it tells about one precise moment"|t }} → cr · {{ "otherwise"|t }} → fiche

{{ "Fill this in if the page will be"|t }} {{ "archived with the dossier"|t }}. {{ "A reusable note stays outside, merely cited."|t }} {{ "A dossier is nothing but a page others point at: naming one here is what starts it."|t }}

{{ "The writing context is a tag, not a domain:"|t }} {{ "work"|t }} {{ "or"|t }} {{ "personal"|t }}, {{ "and both when that is true."|t }}

{% if known_tags %}
{% for t in known_tags %}{% endfor %}
{% endif %}

{{ "The page will display it, and become referenceable with"|t }} ![[slug]].

{{ "Cancel"|t }}
{% endblock %}