| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | {% include "lib/githubLinks.html" -%} | 
					
						
							| 
									
										
										
										
											2015-11-03 12:23:00 +00:00
										 |  |  | {% include "lib/paramList.html" -%} | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | {% extends 'layout/base.template.html' %} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | {% block body %} | 
					
						
							| 
									
										
										
										
											2015-12-01 23:31:36 +00:00
										 |  |  | include {$ relativePath(doc.path, '_util-fns') $} | 
					
						
							| 
									
										
										
										
											2016-04-18 15:57:16 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | .div(layout="row" layout-xs="column" class="row-margin") | 
					
						
							|  |  |  |   div(flex="20" flex-xs="100") | 
					
						
							|  |  |  |     h2 Variable Export | 
					
						
							|  |  |  |   div(flex="80" flex-xs="100") | 
					
						
							|  |  |  |     pre.prettyprint.no-bg | 
					
						
							| 
									
										
										
										
											2015-11-03 12:23:00 +00:00
										 |  |  |       code. | 
					
						
							|  |  |  |         export {$ doc.name $}{$ returnType(doc.returnType) $} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-18 15:57:16 -04:00
										 |  |  | p.location-badge. | 
					
						
							|  |  |  |   exported from {@link {$ doc.moduleDoc.id $} {$doc.moduleDoc.id $} } | 
					
						
							|  |  |  |   defined in {$ githubViewLink(doc) $} | 
					
						
							| 
									
										
										
										
											2015-11-16 23:10:18 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-04-18 15:57:16 -04:00
										 |  |  | :marked | 
					
						
							| 
									
										
										
										
											2015-10-17 18:52:30 -07:00
										 |  |  | {%- if doc.notYetDocumented %} | 
					
						
							| 
									
										
										
										
											2015-11-17 10:05:03 +00:00
										 |  |  |     *Not Yet Documented* | 
					
						
							| 
									
										
										
										
											2015-10-17 18:52:30 -07:00
										 |  |  | {% else %} | 
					
						
							| 
									
										
										
										
											2016-04-18 15:57:16 -04:00
										 |  |  | {$ doc.description | indentForMarkdown(2) | trimBlankLines $} | 
					
						
							| 
									
										
										
										
											2015-10-17 18:52:30 -07:00
										 |  |  | {% endif -%} | 
					
						
							| 
									
										
										
										
											2015-09-15 23:21:55 -07:00
										 |  |  | {% endblock %} |