<html lang="en">
<head>
<meta charset="UTF-8">
<title>測試</title>
</head>
<body>
{% for article in articles %}
<b>{{ article.title }}</b>
<p>{{ article.content|linebreaksbr }}</p>
{% endfor %}
</body>
</html>
添加|linebreaksbr
即可實現(xiàn)換行
實現(xiàn)效果如圖:
不添加的效果如圖:
這里的頁面效果是跟后臺格式一樣的:
如圖购桑,我在后臺增加了一個空格
實際效果也多了一個空格