Use Go templates for HTML
This commit is contained in:
parent
defb2dcfdd
commit
51fb9df8b3
14 changed files with 220 additions and 255 deletions
|
|
@ -1,8 +0,0 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %}<title>Feeds</title>{% endblock %}
|
||||
{% block description %}FeedVault - A feed archive{% endblock %}
|
||||
{% block keywords %}RSS, Atom, Feed, Archive{% endblock %}
|
||||
{% block content %}
|
||||
<h2>API documentation</h2>
|
||||
<p>Here be dragons.</p>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue