$tempText = '| <a href="/students/login">Student Login</a> | <a href="employers/login">Employer Login</a>';
}
?>
@parent <?php 
echo $tempText;
?>
@stop
@section('sidebar')
@parent

<p>This is appended to the master sidebar.</p>
@stop

@section('content')
<?php 
$countOfPosts = Internships::getCountOfAllInternships();
if ($countOfPosts) {
    $posts = Internships::getAllInternships();
}
?>

<div>
	<?php 
if ($countOfPosts) {
    ?>
	<ul class="timeline">
		<?php 
    foreach ($posts as $post) {
        if ($post) {
            ?>
		<li>