now using jinja2 block / template, rather than jscript to fill content
This commit is contained in:
@@ -1,16 +1,5 @@
|
||||
<html>
|
||||
<head>
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<!-- Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
|
||||
|
||||
{% import "bootstrap/wtf.html" as wtf %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
{% extends "base.html" %}
|
||||
{% block main_content %}
|
||||
<h3><center>Author</center></h3>
|
||||
<div class="container">
|
||||
<right>
|
||||
@@ -35,5 +24,4 @@
|
||||
</form>
|
||||
</div class="row">
|
||||
</div class="container">
|
||||
</body>
|
||||
</html>
|
||||
{% endblock main_content %}
|
||||
|
||||
Reference in New Issue
Block a user