{embed="embeds/html_header" 

     
    
my_title="Weblog 

     
    {exp:weblog:category_heading weblog="
weblog"}
         | {category_name}
    {/exp:weblog:category_heading} 

     
    {if segment_2 !="
category" AND segment_3!=""}
        {exp:weblog:entries weblog="
weblog" limit="1" disable="custom_fields|trackbacks|member_data|pagination|categories"}
            {date_heading display="
monthly"}
                 | Posts from {entry_date format="
%%Y"}
            {/date_heading}
        {/exp:weblog:entries}
    {/if}
"
}

<body id="weblog">
    <
div id="wrapper">
        
{embed="embeds/page_header"}
        {embed
="embeds/main_nav" my_location="weblog"}
    
        
<div class="clear"></div>
   
        <!--
BEGIN CONTENT SECTION-->
        <
div class="interiorBox">
            <
h2>Weblog</h2>

            <
div class="content_page_right">
                
                 
                
{exp:weblog:category_heading weblog="weblog"}
                    
<div id="category_header">
                        <
h2>{category_name}</h2>
                        
{if category_description}
                            
<p>{category_description}</p>
                        
{/if}
                    
</div>
                
{/exp:weblog:category_heading}

                
                 
                {exp
:weblog:entries weblog="weblog" disable="trackbacks" paginate="bottom" limit="3"}

                     
                    {if segment_2 
!="category" AND segment_3!=""}
                        {date_heading display
="monthly"}
                            
<div id="category_header">
                                <
h2>Posts from {entry_date format="%F %Y"}</h2>
                            </
div>
                        
{/date_heading}
                    {
/if}

                    
<div class="post">
                        <
h3>{title}</h3>
                            <
div class="post_meta">
                                
By {url_or_email_as_author}  on {entry_date format='%F %d, %Y'} in 
                                {categories} 
<a href="{path=weblog/index}">{category_name}</a> &nbsp;&nbsp;{/categories}
                                {if allow_comments}
({comment_total}) <a href="{url_title_path=weblog/comments}#comments">Comments</a>{/if}
                            
</div>
                            
{teaser}
                            {if full_post}
<class="redBglink" href="{url_title_path=weblog/comments}">Full Post >></a>{/if}
                        
</div>

                    
{paginate}
                        
<p>Page {current_page} of {total_pages} pages {pagination_links} </p>
                    
{/paginate} 



                {
/exp:weblog:entries}
            
</div>

            <
div class="content_page_left">
                
{embed="embeds/sidebar_category_nav" my-section="weblog"}
                {embed
="embeds/sidebar_archive_nav" my-section="weblog"}
            
</div>
    
            <
div class="spacer"></div>
          
        </
div><!--END CONTENT SECTION-->

        <
div class="clear"></div>
    
        
{embed="embeds/footer"}    

    
</div><!--END BODY WRAPPER-->

</
body>
</
html