blabla
lots of new lines
with br tags
blabla
lots of new lines
with br tags
| Skype: alexandre.omeyer |
| fdsf |
| from flask import Flask | |
| app = Flask(__name__) | |
| @app.route('/') | |
| def hello_world(): | |
| return 'Hello World!' | |
| if __name__ == '__main__': | |
| app.run() |
| <script src="https://js.moltin.com/v1"></script> | |
| <script type="text/javascript"> | |
| var moltin = new Moltin({publicId: 'api_client_id'}); | |
| moltin.Authenticate(function() { | |
| // Code here... | |
| }); | |
| </script> |
| my_project | |
| +-- api/ | |
| +-- v1/ | |
| +-- __init__.py | |
| +-- routes.py | |
| +-- v1_1/ | |
| +-- __init__.py | |
| +-- routes.py | |
| +-- v2/udhsa | |
| +-- __init__.py |
| @app.route('/<version>/users') | |
| def users(version): | |
| # do something | |
| return jsonify(response)fdsfajoisjf |
| <img src="/static/img/"> |
| <script type="text/javascript"> | |
| </script> |
| <div class="ui item"> | |
| <div class="content"> | |
| <div class="ui header"></div> | |
| <div class="meta"></div> | |
| <div class="description"></div> | |
| </div> | |
| </div> |