templates/doc.html (16 lines of code) (raw):

{% extends "basic.html" %} {% block content %} <div class="page-header"> <small>{{ breadcrumbs|safe }}</small><br> <h1>{{ headers.title }} <div style="float: right; position: relative; bottom: -10px; "> <a onclick="javascript:gpshare()" class="gp-share sprite" title="Share on Google+">share [gp]</a> <a onclick="javascript:fbshare()" class="fb-share sprite" title="Share on Facebook">share [fb]</a> <a onclick="javascript:twshare()" class="tw-share sprite" title="Share on Twitter">share [tw]</a> <a onclick="javascript:pinshare()" class="pin-share sprite" title="Share on Pinterest">share [pin]</a> <a data-toggle="modal" href="#edit" class="edit-page" title="Contribute to this Page">contribute</a> </div> </h1> </div> {{ content|markdown }} {% endblock %}