diff options
author | blendoit <blendoit@gmail.com> | 2020-01-23 19:21:01 -0800 |
---|---|---|
committer | blendoit <blendoit@gmail.com> | 2020-01-23 19:21:01 -0800 |
commit | 6056f5a2f5e00347c73e827e6f1f781d08d91799 (patch) | |
tree | 5c9c630853aacbd7bd8a67dd0338d3d5e3c1065c /app/templates/no.html | |
parent | d4b417b6d7c42440a4002aa183a9bb580429a6ec (diff) |
Create placeholder content and "yes" page styles.
Diffstat (limited to 'app/templates/no.html')
-rw-r--r-- | app/templates/no.html | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/app/templates/no.html b/app/templates/no.html index e1b9238..5bb7a0f 100644 --- a/app/templates/no.html +++ b/app/templates/no.html @@ -9,13 +9,9 @@ <a href="{{ url_for('home') }}" class="tab-home"></a> <div class="main"> - {% for post in posts %} - <div class="post"> - <h1>{{post.author}}</h1> - <h2>{{post.date}}</h2> - <p>{{post.content}}</p> - </div> - {% endfor %} + <p> + Tell me, no + </p> </div> </div> |