18 lines
		
	
	
		
			780 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			780 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| 
								 | 
							
								{% extends 'pageWrapper.html' %}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								{% block head %}
							 | 
						||
| 
								 | 
							
								    {% include 'header/grassHeader.html' %}
							 | 
						||
| 
								 | 
							
								    <title>Glossary</title>
							 | 
						||
| 
								 | 
							
								    <link rel="stylesheet" type="text/css" href="{{ url_for('static', filename="styles/markdown.css") }}" />
							 | 
						||
| 
								 | 
							
								    <script src="https://cdnjs.cloudflare.com/ajax/libs/showdown/1.9.1/showdown.min.js"
							 | 
						||
| 
								 | 
							
								            integrity="sha512-L03kznCrNOfVxOUovR6ESfCz9Gfny7gihUX/huVbQB9zjODtYpxaVtIaAkpetoiyV2eqWbvxMH9fiSv5enX7bw=="
							 | 
						||
| 
								 | 
							
								            crossorigin="anonymous"></script>
							 | 
						||
| 
								 | 
							
								    <script type="application/ecmascript" src="{{ url_for('static', filename="assets/glossary.js") }}"></script>
							 | 
						||
| 
								 | 
							
								{% endblock %}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								{% block body %}
							 | 
						||
| 
								 | 
							
								    <div id="glossary-wrapper" data-lang="{{ lang }}" class="markdown">
							 | 
						||
| 
								 | 
							
								        <!-- Content generated by JavaScript -->
							 | 
						||
| 
								 | 
							
								    </div>
							 | 
						||
| 
								 | 
							
								{%  endblock %}
							 |