This website works better with JavaScript.
Home
Explore
Help
Sign In
WP6
/
expub_compendium
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
107
Commits
3
Branches
Tree:
e6e7209880
expub_compendium
/
web
/
app
/
templates
/
about.html
about.html
80B
Raw
Normal View
History
removing some resource paths and adding placeholder text
3 years ago
adding Markdown for static text on homepage, about page, etc.
2 years ago
removing some resource paths and adding placeholder text
3 years ago
1
2
3
4
5
6
7
{% extends "base.html" %}
{% block content %}
{{ text|safe }}
{% endblock %}