mirror of https://github.com/MISP/misp-website
				
				
				
			
		
			
				
	
	
		
			23 lines
		
	
	
		
			664 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
			
		
		
	
	
			23 lines
		
	
	
		
			664 B
		
	
	
	
		
			HTML
		
	
	
		
			Executable File
		
	
| {% include header.html %}
 | |
| <section class="wrapper style1">
 | |
|                 <div class="container">
 | |
|                         <div id="content">
 | |
|                         <div class="row double">
 | |
|                         <div class="8u">
 | |
|                         <article>
 | |
| 	                    {{ content | markdownify }}
 | |
|                         </article>
 | |
|                         </div>
 | |
|                         <div class="4u" id="toc">
 | |
|                         <h3> Table of Content </h3>
 | |
|                         {{ content | toc_only }}
 | |
|                         </div>
 | |
|                         </div>
 | |
|                 </div>
 | |
| 
 | |
| </div>
 | |
| </section>
 | |
| 
 | |
| 
 | |
| {% include footer.html %}
 |