{embed="embeds/html_header" 

     
    
my_title="Weblog | 
    
     
    {exp:weblog:entries weblog="
weblog" limit="1" disable="custom_fields|trackbacks|member_data|pagination|categories"}
        {title}
    {/exp:weblog:entries}
"
}

<body id="worship">
    <
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:entries weblog="weblog" disable="trackbacks" limit="1"}
                    
<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="#comments">Comments</a>{/if}
                            
</div>
                            
{teaser}
                            {full_post}
                        
</div>
                
{/exp:weblog:entries}

                {embed
="embeds/comments_form" the_weblog="weblog"}

            
</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