- C-a == Ctrl-a
- M-a == Alt-a
:q        close
:w        write/saves
:wa[!]    write/save all windows [force]
:wq       write/save and close
| {% if messages %} | |
| {% for message in messages %} | |
| <div class="alert {% if message.tags %} alert-{{ message.tags }}{% endif %}">{{ message|safe }}</div> | |
| {% endfor %} | |
| {% endif %} | |
| {% if form.errors %} | |
| <div class="alert alert-error"> | |
| <h4>Please fix the following errors</h4> | |
| <ul> | 
| ; 1 2 3 4 5 6 7 | |
| ;01234567890123456789012345678901234567890123456789012345678901234567890 | |
| ;======================================================================= | |
| ;+---------------------------------------------------------------------+ | |
| ;| | | |
| ;| Example using FPU registers for floating point calculations. | | |
| ;| | | |
| ;| The purpose of this source code is to demonstrate on how to | | |
| ;| do floating-point operations using FPU registers. | | |
| ;| | | 
| # | |
| # read a .pyc file and pretty-print it | |
| # | |
| # copied from http://nedbatchelder.com/blog/200804/the_structure_of_pyc_files.html | |
| # and updated to Python 3.5 (Nov 10th 2015) | 
| // No media query needed since this is the default in Bootstrap | |
| // Small devices (landscape phones, 576px and up) | |
| @include media-breakpoint-up(sm) { | |
| } | |
| // Medium devices (tablets, 768px and up) | |
| @include media-breakpoint-up(md) { |