79806872

Date: 2025-11-01 23:57:23
Score: 1
Natty:
Report link

You can add

<script src="{{ url_for('static', filename='scripts/index.js') }}"></script>


to your html template file,
also be good to:
app = Flask(__name__, template_folder="templates", static_folder="static")

that is it :)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Камен Караиванов