This package provides WordPress shortcode support for Django templates. It is based on django-shortcodes
Use pip install django-shortcodes
or clone the Git
repository.
{% load shortcodes_filters %}
{{ text|shortcodes|safe }}
This package provides WordPress shortcode support for Django templates. It is based on django-shortcodes
Use pip install django-shortcodes
or clone the Git
repository.
{% load shortcodes_filters %}
{{ text|shortcodes|safe }}