{% extends "base.html" %} {% block title %}{% if article %}Edit Article{% else %}New Article{% endif %}{% endblock %} {% block page_title %}{% if article %}Edit Article{% else %}New KB Article{% endif %}{% endblock %} {% block head %} {% endblock %} {% block content %}
{% if article %}Edit: {{ article.title[:50] }}{% else %}Create New Article{% endif %}

Click to browse or drag & drop files here

Max 16 MB per file

{% if article %}
{% endif %}
Cancel
Article Settings
Tags improve search and discoverability.
Editor Tips
Ctrl+B Bold
Ctrl+I Italic
Ctrl+K Insert link
Ctrl+Z Undo
Use Insert → Table for tables
Drag & drop images directly into the editor
{% if article %}
Article Info
Created{{ article.created_at.strftime('%b %d, %Y') }}
Last updated{{ article.updated_at.strftime('%b %d, %Y') }}
Views{{ article.view_count }}
Author{{ article.author.full_name if article.author else '—' }}
{% endif %}
{% endblock %} {% block scripts %} {% endblock %}