开发者社区 问答 正文

前端中如何实现{% block site_analytics %}这种继承的

看到源码

{% block sharing_js_bottom %}
    <script src="{{ url_for('static', filename='vendor/js/qrcode.js') }}"></script>
    <script src="{{ url_for('static', filename='vendor/js/angular-qrcode.js') }}"></script>
    <script src="{{ url_for('static', filename='vendor/js/qrcode.min.js') }}"></script>
{% endblock %}

类似{% block sharing_js_bottom %}的形式是如何实现的?

展开
收起
杨冬芳 2016-06-22 18:25:18 2168 分享 版权
1 条回答
写回答
取消 提交回答
  • IT从业

    继承的模板中找到相同名字的 block,然后替换掉不就好了么?

    2019-07-17 19:45:52
    赞同 展开评论
问答分类:
问答标签:
问答地址: