Skip to content

Instantly share code, notes, and snippets.

@katipogluMustafa
Last active December 16, 2021 17:11
Show Gist options
  • Save katipogluMustafa/5df41eaa8740df2b967699221308d683 to your computer and use it in GitHub Desktop.
Save katipogluMustafa/5df41eaa8740df2b967699221308d683 to your computer and use it in GitHub Desktop.
{% for k,v in story_content.items %}
{{ k }} # request.POST dictionary key
{{ v | safe }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment