@ -2,30 +2,32 @@
{% extends "layout.html" %}
{% extends "layout.html" %}
{% block content %}
{% block content %}
<!-- Main jumbotron for a primary marketing message or call to action -->
<!-- Main jumbotron for a primary marketing message or call to action -->
< div class = "jumbotron my-2" >
< div class = "jumbotron" >
{% endraw %}
< div class = "container" >
< h1 > Welcome to {{ cookiecutter.project_name }}< / h1 >
{% endraw %}
{% raw %}
< h1 class = "display-3" > Welcome to {{ cookiecutter.project_name }}< / h1 >
< p > This is a starter Flask template. It includes Bootstrap 4, jQuery 3, Flask-SQLAlchemy, WTForms, and various testing utilities out of the box.< / p >
{% raw %}
< p > < a href = "https://github.com/sloria/cookiecutter-flask" class = "btn btn-primary btn-large" > Learn more » < / a > < / p >
< p > This is a starter Flask template. It includes Bootstrap 4, jQuery 3, Flask-SQLAlchemy, WTForms, and various testing utilities out of the box.< / p >
< p > < a href = "https://github.com/sloria/cookiecutter-flask" class = "btn btn-primary btn-large" > Learn more » < / a > < / p >
< / div >
< / div > <!-- /.jumbotron -->
< / div > <!-- /.jumbotron -->
< div class = "body-content " >
< div class = "container " >
< div class = "row" >
< div class = "row" >
< div class = "col-lg-4" >
< div class = "col-lg-4" >
< h2 > < i class = "fa fa-code" > < / i > Bootstrap 4< / h2 >
< h2 > < i class = "fa fa-code" > < / i > Bootstrap 4< / h2 >
< p > Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.< / p >
< p > Sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.< / p >
< p > < a class = "btn btn-prim ary" href = "http://getbootstrap.com/" > Official website » < / a > < / p >
< p > < a class = "btn btn-outline-second ary" href = "http://getbootstrap.com/" > Official website » < / a > < / p >
< / div >
< / div >
< div class = "col-lg-4" >
< div class = "col-lg-4" >
< h2 > < i class = "fa fa-flask" > < / i > SQLAlchemy< / h2 >
< h2 > < i class = "fa fa-flask" > < / i > SQLAlchemy< / h2 >
< p > SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.< / p >
< p > SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.< / p >
< p > < a href = "http://www.sqlalchemy.org/" class = "btn btn-prim ary" > Official website » < / a > < / p >
< p > < a href = "http://www.sqlalchemy.org/" class = "btn btn-outline-second ary" > Official website » < / a > < / p >
< / div >
< / div >
< div class = "col-lg-4" >
< div class = "col-lg-4" >
< h2 > < i class = "fa fa-edit" > < / i > WTForms< / h2 >
< h2 > < i class = "fa fa-edit" > < / i > WTForms< / h2 >
< p > WTForms is a flexible forms validation and rendering library for python web development.< / p >
< p > WTForms is a flexible forms validation and rendering library for python web development.< / p >
< p > < a href = "http://wtforms.simplecodes.com/" class = "btn btn-prim ary" > Official website » < / a > < / p >
< p > < a href = "http://wtforms.simplecodes.com/" class = "btn btn-outline-second ary" > Official website » < / a > < / p >
< / div >
< / div >
< / div > <!-- /.row -->
< / div > <!-- /.row -->
< / div >
< / div >