blob: 33559b20cdeb7ead776c959994facb84235555c1 [file] [log] [blame]
{% 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 %}