{{ _('Create a New Knowledge Base Article') }}
{{ errorlist(document_form) }}
{{ errorlist(revision_form) }}
{% extends "wiki/base.html" %} {% from "includes/common_macros.html" import for_contributors_sidebar %} {% from "layout/errorlist.html" import errorlist %} {% from "includes/common_macros.html" import content_editor with context %} {% from "wiki/includes/document_macros.html" import submit_revision %} {% set title = _('Create a New Article | Knowledge Base') %} {# TODO: Change KB url to landing page when we have one #} {% set crumbs = [(None, _('New Article'))] %} {% set classes = 'new' %} {# Always include "switching-devices" because there's no way to predict when it's really needed. #} {% set scripts = ('wiki', 'wiki.editor', 'switching-devices') %} {% set ga_content_group = "kb-cms" %} {% block content %}