| 
									
										
										
										
											2017-06-29 22:23:27 +01:00
										 |  |  | {%- if doc.exportAs %} | 
					
						
							| 
									
										
										
										
											2017-05-02 15:08:49 +01:00
										 |  |  | <section class="export-as"> | 
					
						
							| 
									
										
										
										
											2018-08-31 15:57:53 +01:00
										 |  |  |   <h2>Template variable references</h2> | 
					
						
							|  |  |  |   <table class="is-full-width list-table export-as-table"> | 
					
						
							|  |  |  |     <thead> | 
					
						
							|  |  |  |       <tr> | 
					
						
							|  |  |  |         <th>Identifier</th> | 
					
						
							|  |  |  |         <th>Usage</th> | 
					
						
							|  |  |  |       </tr> | 
					
						
							|  |  |  |     </thead> | 
					
						
							|  |  |  |     <tbody> | 
					
						
							|  |  |  |       {%- for exportAs in doc.exportAsArray %} | 
					
						
							|  |  |  |       <tr class="export-as"> | 
					
						
							|  |  |  |         <td><code>{$ exportAs $}</code></td> | 
					
						
							| 
									
										
										
										
											2018-09-19 14:31:14 +01:00
										 |  |  |         <td><code>#myTemplateVar="{$ exportAs $}"</code></td> | 
					
						
							| 
									
										
										
										
											2018-08-31 15:57:53 +01:00
										 |  |  |       </tr> | 
					
						
							|  |  |  |       {% endfor %} | 
					
						
							|  |  |  |     </tbody> | 
					
						
							|  |  |  |   </table> | 
					
						
							| 
									
										
										
										
											2017-05-02 15:08:49 +01:00
										 |  |  | </section> | 
					
						
							| 
									
										
										
										
											2017-01-27 14:51:41 +00:00
										 |  |  | {% endif %} |