<?php $page = 'team'; $title = 'Team'; include('header.php'); ?>

        <div id="content">
            <h2 class="title">Inhalte folgen in Kürze...</h2>
        </div>

<?php include('footer.php'); ?>