Skip to content
Snippets Groups Projects
Commit e045c2ad authored by Robert Bechara's avatar Robert Bechara
Browse files

added article.html

parent 3f59e729
Branches
No related merge requests found
{% extends 'layout.html' %}
{% block body %}
<h1>{{article.title}}</h1>
<small>Written by {{article.author}} on {{article.create_date}}</small>
<hr>
<div>
{{article.body | safe}}
</div>
{% endblock %}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment