mirror of
				https://github.com/Mibew/handlebars.php.git
				synced 2025-11-04 12:05:09 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			4 lines
		
	
	
		
			135 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			135 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
include __DIR__ . "/../src/Handlebars/Autoloader.php";
 | 
						|
$base = __DIR__ . "/../src";
 | 
						|
$loader = \Handlebars\Autoloader::register(); |