Skip to content

Instantly share code, notes, and snippets.

@ryanleeallred
Created July 13, 2022 09:04
Show Gist options
  • Save ryanleeallred/e3cbbfb6f9901f0444f790a4dd9e0a71 to your computer and use it in GitHub Desktop.
Save ryanleeallred/e3cbbfb6f9901f0444f790a4dd9e0a71 to your computer and use it in GitHub Desktop.
prediction.html file for Twittof App Project
{% extends "base.html" %}
{% block content %}
<div id="prediction">
<p>{{ title }}</p>
<p>{{ message }}</p>
</div>
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment