forked from rho_n/hpr_generator
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			449 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			449 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!--% MACRO zero_pad_left(word) BLOCK %-->
 | |
| <!--% USE String(word) %-->
 | |
| <!--% String.format("%04s") %-->
 | |
| <!--% END %-->
 | |
| 
 | |
| <!--% MACRO display_choice(choice, display_when_true, display_when_false) BLOCK %-->
 | |
| <!--% IF choice == 1 %--><!--% display_when_true %-->
 | |
| <!--% ELSE %--><!--% display_when_false %--><!--% END %-->
 | |
| <!--% END %-->
 | |
| 
 | |
| <!--% MACRO absolute_path(baseurl) BLOCK %-->
 | |
| <!--% IF baseurl %-->./<!--% ELSE %-->/<!--% END %-->
 | |
| <!--% END %-->
 |