1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/templates/blog/posts.html

15 lines
253 B
HTML
Raw Normal View History

2016-02-20 19:27:18 +00:00
{% extends 'content_base.html' %}
{% block pageTitle %}{{ html_title }}{% endblock %}
{% block content %}
<div class="container">
<div class="row">
<div class="col-sm-8">
{{ blog.content | safe}}
</div>
</div>
</div>
{% endblock %}