Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created February 13, 2020 19:47
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 Porter97/4e299eaaf8272bedcf07635d55626ddc to your computer and use it in GitHub Desktop.
Save Porter97/4e299eaaf8272bedcf07635d55626ddc to your computer and use it in GitHub Desktop.
{% 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