Skip to content

Instantly share code, notes, and snippets.

@pranav1698
Last active June 22, 2019 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pranav1698/6f0fa470f8965d09801ebd7d7ac0252e to your computer and use it in GitHub Desktop.
Save pranav1698/6f0fa470f8965d09801ebd7d7ac0252e to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Flask Form</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
{% block content %}
{% endblock %}
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment