mirror of
				https://git.sr.ht/~tsileo/microblog.pub
				synced 2025-06-05 21:59:23 +02:00 
			
		
		
		
	Tweak Jinja config
This commit is contained in:
		@@ -35,7 +35,11 @@ from app.utils.datetime import now
 | 
			
		||||
from app.utils.highlight import HIGHLIGHT_CSS
 | 
			
		||||
from app.utils.highlight import highlight
 | 
			
		||||
 | 
			
		||||
_templates = Jinja2Templates(directory="app/templates")
 | 
			
		||||
_templates = Jinja2Templates(
 | 
			
		||||
    directory="app/templates",
 | 
			
		||||
    trim_blocks=True,
 | 
			
		||||
    lstrip_blocks=True,
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
H2T = html2text.HTML2Text()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user