Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

display sqlite text with jinja as HTML paragraph

I think you are trying to render the body as html not as text.

jinja autoescapes the text , you can stop autoescaping, For that you can 
use the safe filter of jinja.

{{ post['content']|safe }} 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #display #sqlite #text #jinja #HTML #paragraph
ADD COMMENT
Topic
Name
5+3 =