{% extends "layout.twig" %}
{% block title %}
{% if post is defined and post is not null and post.id > 0 %}Éditer l'article{% else %}Créer un article{% endif %}
{% endblock %}
{% block styles %}
{% endblock %}
{% block content %}
{% if post is defined and post is not null and post.id > 0 %}Éditer l'article{% else %}Créer un article{% endif %}
{% include 'partials/_admin_nav.twig' %}
{% if error %}
{{ error }}
{% endif %}
{% if post is defined and post is not null and post.id > 0 %}
{% endif %}