How to make Django template engine recognize an expression from an injected string

前端 未结 0 1907
感情败类
感情败类 2021-02-07 09:27

I am injecting meta/title tags dynamically for each page by using a yaml file full of html tags.

HTML

{% if meta_tags %}
    {% for tag in meta_tags %}
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题