{{ form.media }}
django-tiptap-suite
{% if edit_mode or not selected_post %}

{% if selected_post %}Modifica: {{ selected_post.title }}{% else %}Crea Nuovo Post{% endif %}

{% if selected_post %} Annulla {% endif %}
{% csrf_token %}
{{ form.title }}
{{ form.content }}
{% if selected_post %} {% endif %}
{% else %}

{{ selected_post.title }}

ID: {{ selected_post.id }}
Rendering Output Autonomo (TiptapHTML) CSS + HTML Incluso
{{ selected_post.content }}
Rendering su Sfondo Scuro CSS + HTML Incluso
{{ selected_post.content }}
Sorgente HTML Salvato nel Database Raw String
{{ selected_post.content.get_styled_html }}
{% endif %}