<?php get_header(); ?>
<div id="content">
<div class="post" id="post-<?php the_ID(); ?>"> <h2 class="title"><a rel="bookmark">Įvykiai</a></h2>
<div class="entry">
<?php the_excerpt(); ?>
</div>
</div>
</div>
<!-- end #content -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>