blg-head Form
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title><txp:page_title separator=" - " /></title>
<meta name="description" content="<txp:site_slogan />" />
<meta name="author" content="<txp:site_name />" />
<meta name="generator" content="Textpattern CMS">

<!-- Bootstrap Core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">

<!-- Custom CSS -->
<txp:css name='blog' format="link" media="" />
blg-navigation Form
<div class="blog-masthead">
<div class="container">

<nav class="blog-nav">
<txp:section_list sections="blog, about" include_default="1" wraptag="" break="">
<a <txp:if_section name='<txp:section />'> 
class="blog-nav-item active" 
<txp:else /> 
class="blog-nav-item" 
</txp:if_section> 
href="<txp:section url="1" />"><txp:section title="1" /></a>
</txp:section_list>
</nav>

</div>
</div>
blg-article Form
<h2 class="blog-post-title"><txp:permlink><txp:title /></txp:permlink></h2>

<p class="blog-post-meta"><txp:posted /></p>

<txp:body />

<p>
<strong><txp:text item="author" /></strong> 
<span itemprop="author"><txp:author link="1" this_section="1" /></span>
<txp:if_article_category>
<br /><strong>Category </strong>
<span itemprop="keywords">
<txp:category1 title="1" link="1" /> <txp:category2 title="1" link="1" />
</span>
</txp:if_article_category>
</p>

<hr>
blg-footer Form
<footer class="blog-footer">
<p>© 2016 <a href="http://txptag.net">TXP Admin</a></p>
</footer>

<!-- jQuery -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>

<!-- Bootstrap Core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>