mirror of
				https://github.com/TheAnachronism/docspell.git
				synced 2025-11-04 12:30:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			252 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			252 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="notification is-{{ mode }} is-light" style="z-index: 0">
 | 
						|
    <div class="content ">
 | 
						|
        <p class="title is-5">
 | 
						|
            {{ title }}
 | 
						|
        </p>
 | 
						|
        <div>
 | 
						|
            {{ body | markdown | safe }}
 | 
						|
        </div>
 | 
						|
    </div>
 | 
						|
</div>
 |