{% extends "onboarding/base.html" %} {% block title %}Unternehmensstrategie{% endblock %} {% block content %}

Unternehmensstrategie

Definiere die Content-Strategie für dein Unternehmen. Diese Richtlinien werden bei jedem Post berücksichtigt.

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

Mission & Vision

Brand Voice & Tonalität

Content Pillars

Die Hauptthemen, über die dein Unternehmen kommuniziert (max. 5).

{% if strategy and strategy.content_pillars %} {% for pillar in strategy.content_pillars %}
{% endfor %} {% else %}
{% endif %}
{% if strategy and strategy.dos %} {% for item in strategy.dos %}
{% endfor %} {% else %}
{% endif %}
{% if strategy and strategy.donts %} {% for item in strategy.donts %}
{% endfor %} {% else %}
{% endif %}
Zurück
{% endblock %} {% block scripts %} {% endblock %}