include bootstrap modal template with template tags
问题 I'm trying to create a bootstrap modal that can be included in my html files since I'm putting forms in modal and I don't want to create a new mdoal everytime. It works fine, except for trying to include the form. Which is of course the important part. How could I include a template context variable inside a template tag? modal_base {% load crispy_forms_tags %} <div id="{{ modal_form_id }}" class="modal fade" ariahidden="True"> <div class="modal-dialog"> <div class="modal-content"> <div class