renamed "pages" to "views"
This commit is contained in:
parent
7d58b27c0c
commit
9205642768
@ -1,9 +0,0 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block header %}
|
||||
<h1>{% block title %}About{% endblock title %}</h1>
|
||||
{% endblock header %}
|
||||
|
||||
{% block content %}
|
||||
<p>This is a message board for friendly messages.</p>
|
||||
{% endblock content %}
|
||||
@ -1,9 +0,0 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block header %}
|
||||
<h1>{% block title %}Home{% endblock title %}</h1>
|
||||
{% endblock header %}
|
||||
|
||||
{% block content %}
|
||||
<p>Learn more about this project by visiting the <a href="{{ url_for('pages.about') }}">About page</a>.</p>
|
||||
{% endblock content %}
|
||||
Loading…
Reference in New Issue
Block a user