Upload files to "templates"
This commit is contained in:
10
templates/persistence_method.html
Normal file
10
templates/persistence_method.html
Normal file
@ -0,0 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h1>{{ content[0].title }}</h1>
|
||||
{% for section in content %}
|
||||
<div class="content-box">
|
||||
<h2>{{ section.title }}</h2>
|
||||
<pre>{{ section.content }}</pre>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user