%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/share/doc/python3-flask/examples/flaskr/templates/blog/
Upload File :
Create Path :
Current File : //usr/share/doc/python3-flask/examples/flaskr/templates/blog/create.html

{% extends 'base.html' %}

{% block header %}
  <h1>{% block title %}New Post{% endblock %}</h1>
{% endblock %}

{% block content %}
  <form method="post">
    <label for="title">Title</label>
    <input name="title" id="title" value="{{ request.form['title'] }}" required>
    <label for="body">Body</label>
    <textarea name="body" id="body">{{ request.form['body'] }}</textarea>
    <input type="submit" value="Save">
  </form>
{% endblock %}

Zerion Mini Shell 1.0