{% extends "base.html" %} {% block style_links %} {% endblock %} {% block title %} Knowledge {% endblock %} {% block content %} {{ super() }}

{{ path if path else 'New Knowledge Post' }}
{% if status > 0 %}

{% endif %}

{% include 'post_editor_review_modal.html' %}
{% block metadata_fields %} {% if not path %}
{% endif %}




e.g. relevant_tag, topics/my_topic, teams/my_team



{% if not ipynb %}

{% endif %} {% endblock %}
{% block render_block %} {% endblock %} {% endblock %} {% block scripts %} {{ super() }} {% endblock %}