Created
February 13, 2020 19:47
-
-
Save Porter97/4e299eaaf8272bedcf07635d55626ddc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% import "bootstrap/wtf.html" as wtf %} | |
{% extends "base.html" %} | |
{% block title %}Offbrand - Add Content{% endblock %} | |
{% block page_content %} | |
<div> | |
<div class="page-header"> | |
<h2 class="display-4">New Content</h2> | |
</div> | |
<div class="content-form"> | |
{{ wtf.quick_form(form) }} | |
</div> | |
</div> | |
{% endblock %} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment