<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>《Jinja2 和 JavaScript 模板引擎语法冲突处理》的评论</title>
	<atom:link href="https://greyli.com/jinja2-and-js-template/feed/" rel="self" type="application/rss+xml" />
	<link>https://greyli.com/jinja2-and-js-template/</link>
	<description>一个编程和写作爱好者的在线记事本</description>
	<lastBuildDate>Wed, 05 Nov 2025 16:05:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.26</generator>
	<item>
		<title>作者：李辉</title>
		<link>https://greyli.com/jinja2-and-js-template/#comment-7542</link>
		<dc:creator><![CDATA[李辉]]></dc:creator>
		<pubDate>Thu, 29 Oct 2020 07:52:54 +0000</pubDate>
		<guid isPermaLink="false">http://greyli.com/?p=2488#comment-7542</guid>
		<description><![CDATA[Python 变量命名不允许用横线，你可以用下划线（res_data）。]]></description>
		<content:encoded><![CDATA[<p>Python 变量命名不允许用横线，你可以用下划线（res_data）。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：yss</title>
		<link>https://greyli.com/jinja2-and-js-template/#comment-7541</link>
		<dc:creator><![CDATA[yss]]></dc:creator>
		<pubDate>Thu, 29 Oct 2020 04:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://greyli.com/?p=2488#comment-7541</guid>
		<description><![CDATA[辉哥，有个问题困扰着我：
{{ res-data }}
上面这个写法不能够正确解析出变量，是因为&quot;-&quot;在jinja2里是特殊关键字的原因吗？如果非要用&quot;-&quot;有什么解决方法吗？]]></description>
		<content:encoded><![CDATA[<p>辉哥，有个问题困扰着我：<br />
{{ res-data }}<br />
上面这个写法不能够正确解析出变量，是因为&#8221;-&#8220;在jinja2里是特殊关键字的原因吗？如果非要用&#8221;-&#8220;有什么解决方法吗？</p>
]]></content:encoded>
	</item>
</channel>
</rss>
