<?php
	
	include( 'includes/inc.prepend.php' );
	
	$t->set_var( 'wmms_title', 'Willkommen' );
	
	$t->set_file( 'dcontent', 'home.html' );
	
	$t->parse( 'content', array( 'dcontent' ) );
	
	$t->parse( 'main', 'main' );

	include( 'includes/inc.append.php' );
	
?>