<div class="page-header">
$(if [ "$TITLE" != "News" ] ; then echo '
<center>
'; fi)
<h2>
$(if [ "$TITLE" != "About" ] ; then echo "
$TITLE
"; fi)
$(if [ "$TITLE" == "News" ] ; then echo "
<span class=\"pull-right\"><small>
<a href=\"${URL_BASE}rss.xml\"><strong><i class=\"fa fa-rss\"></i></strong></a>
<a href=\"https://wickeddocs.blogspot.com\" style=\"text-decoration:none;\">
<strong><i class=\"fa fa-google-plus\"></i></strong></a>
<a href=\"https://twitter.com/$TWITTER_ID\"><strong><i class=\"fa fa-twitter\"></i></strong></a>
<a href=\"https://www.facebook.com/$FACEBOOK_PAGE\"><strong><i class=\"fa fa-facebook\"></i></strong></a>
</small></span>
"; fi)
<small>$SUB_TITLE</small>
</h2>
$(if [ "$TITLE" != "News" ] ; then echo '
</center>
'; fi)
</div>