|
1 | | -{% if page.title == 'Django' %} |
2 | | -<div class="pn"> |
3 | | - <div class="pnh"><h3>Sponsored By</h3></div> |
4 | | - <div class="pnb"> |
5 | | - <a href="https://realpython.com/courses/?utm_source=fsp&utm_medium=promo&utm_campaign=django"><img src="/img/logos/realpython.jpg" alt="Real Python logo" width="100%"></a> |
6 | | - <p style="font-size: .8em;">If you're searching for step-by-step Django |
7 | | - tutorials then I highly recommend |
8 | | - <a href="https://realpython.com/courses/?utm_source=fsp&utm_medium=promo&utm_campaign=django">checking out Real Python</a>. |
9 | | - </p> |
10 | | - </div> |
11 | | -</div> |
12 | | - |
13 | | -{% elif page.title == 'Flask' %} |
14 | | -<div class="pn"> |
15 | | - <div class="pnh"><h3>Sponsored By</h3></div> |
16 | | - <div class="pnb"> |
17 | | - <a href="https://realpython.com/courses/?utm_source=fsp&utm_medium=promo&utm_campaign=flask"><img src="/img/logos/realpython.jpg" alt="Real Python logo" width="100%"></a> |
18 | | - <p style="font-size: .8em;">If you're searching for step-by-step Flask |
19 | | - tutorials then I highly recommend |
20 | | - <a href="https://realpython.com/courses/?utm_source=fsp&utm_medium=promo&utm_campaign=flask">checking out Real Python</a>. |
21 | | - </p> |
22 | | - </div> |
23 | | -</div> |
24 | | - |
25 | | -{% elif page.title == 'Best Python Resources' %} |
26 | | -<div class="pn"> |
27 | | - <div class="pnh"><h3>Sponsored By</h3></div> |
28 | | - <div class="pnb"> |
29 | | - <a href="https://realpython.com/courses/?utm_source=fsp&utm_medium=promo&utm_campaign=bestresources"><img src="/img/logos/realpython.jpg" alt="Real Python logo" width="100%"></a> |
30 | | - <p style="font-size: .8em;">If you want to learn Python then |
31 | | - I highly recommend |
32 | | - <a href="https://realpython.com/courses/?utm_source=fsp&utm_medium=promo&utm_campaign=bestresources">checking out Real Python</a>'s |
33 | | - courses. |
34 | | - </p> |
35 | | - </div> |
36 | | -</div> |
37 | | - |
38 | | -{% elif page.title == 'Web Frameworks' %} |
39 | | -<div class="pn"> |
40 | | - <div class="pnh"> |
41 | | - <h3>Sponsored By</h3> |
42 | | - </div> |
43 | | - <div class="pnb"> |
44 | | - <a href="https://realpython.com/courses/?utm_source=fsp&utm_medium=promo&utm_campaign=webframeworks"><img src="/img/logos/realpython.jpg" alt="Real Python logo" width="100%"></a> |
45 | | - <p style="font-size: .8em;">If you want to learn Python web development then |
46 | | - I highly recommend |
47 | | - <a href="https://realpython.com/courses/?utm_source=fsp&utm_medium=promo&utm_campaign=webframeworks">checking out Real Python</a>'s |
48 | | - courses. |
49 | | - </p> |
50 | | - </div> |
51 | | -</div> |
52 | | - |
53 | | -{% elif page.title == 'Bottle' %} |
54 | | -<div class="pn"> |
55 | | - <div class="pnh"> |
56 | | - <h3>Sponsored By</h3> |
57 | | - </div> |
58 | | - <div class="pnb"> |
59 | | - <a href="https://realpython.com/courses/?utm_source=fsp&utm_medium=promo&utm_campaign=bottle"><img src="/img/logos/realpython.jpg" alt="Real Python logo" width="100%"></a> |
60 | | - <p style="font-size: .8em;">If you're searching for step-by-step web |
61 | | - development tutorials then I highly recommend |
62 | | - <a href="https://realpython.com/courses/?utm_source=fsp&utm_medium=promo&utm_campaign=bottle">checking out Real Python</a>. |
63 | | - </p> |
64 | | - </div> |
65 | | -</div> |
66 | | - |
67 | | -{% elif page.title == 'Web Development' %} |
68 | | -<div class="pn"> |
69 | | - <div class="pnh"> |
70 | | - <h3>Sponsored By</h3> |
71 | | - </div> |
72 | | - <div class="pnb"> |
73 | | - <a href="https://realpython.com/courses/?utm_source=fsp&utm_medium=promo&utm_campaign=webdevelopment"><img src="/img/logos/realpython.jpg" alt="Real Python logo" width="100%"></a> |
74 | | - <p style="font-size: .8em;">If you're searching for step-by-step web |
75 | | - development tutorials then I highly recommend |
76 | | - <a href="https://realpython.com/courses/?utm_source=fsp&utm_medium=promo&utm_campaign=webdevelopment">checking out Real Python</a>. |
77 | | - </p> |
78 | | - </div> |
79 | | -</div> |
80 | | - |
81 | | -{% elif page.title == 'JavaScript' %} |
82 | | -<div class="pn"> |
83 | | - <div class="pnh"> |
84 | | - <h3>Sponsored By</h3> |
85 | | - </div> |
86 | | - <div class="pnb"> |
87 | | - <a href="https://realpython.com/courses/?utm_source=fsp&utm_medium=promo&utm_campaign=javascript"><img src="/img/logos/realpython.jpg" alt="Real Python logo" width="100%"></a> |
88 | | - <p style="font-size: .8em;">If you're searching for step-by-step web |
89 | | - development tutorials then I highly recommend |
90 | | - <a href="https://realpython.com/courses/?utm_source=fsp&utm_medium=promo&utm_campaign=javascript">checking out Real Python</a>. |
91 | | - </p> |
92 | | - </div> |
93 | | -</div> |
94 | | - |
95 | | -{% elif page.title == 'Why Use Python?' %} |
96 | | -<div class="pn"> |
97 | | - <div class="pnh"> |
98 | | - <h3>Sponsored By</h3> |
99 | | - </div> |
100 | | - <div class="pnb"> |
101 | | - <a href="https://realpython.com/courses/?utm_source=fsp&utm_medium=promo&utm_campaign=whyusepython"><img src="/img/logos/realpython.jpg" alt="Real Python logo" width="100%"></a> |
102 | | - <p style="font-size: .8em;">If you're searching for step-by-step web |
103 | | - development tutorials then I highly recommend |
104 | | - <a href="https://realpython.com/courses/?utm_source=fsp&utm_medium=promo&utm_campaign=whyusepython">checking out Real Python</a>. |
105 | | - </p> |
106 | | - </div> |
107 | | -</div> |
108 | | - |
109 | | -{% elif page.title == 'Vim' %} |
110 | | -<div class="pn"> |
111 | | - <div class="pnh"> |
112 | | - <h3>Sponsored By</h3> |
113 | | - </div> |
114 | | - <div class="pnb"> |
115 | | - <a href="https://realpython.com/blog/python/vim-and-python-a-match-made-in-heaven/?utm_source=fsp&utm_medium=promo&utm_campaign=vim"><img src="/img/logos/realpython.jpg" alt="Real Python logo" width="100%"></a> |
116 | | - <p style="font-size: .8em;">If you're searching for a step-by-step Vim |
117 | | - tutorials then check out |
118 | | - <a href="https://realpython.com/blog/python/vim-and-python-a-match-made-in-heaven/?utm_source=fsp&utm_medium=promo&utm_campaign=vim">Real Python's free Vim tutorial</a>. |
119 | | - </p> |
120 | | - </div> |
121 | | -</div> |
122 | | - |
123 | | -{% elif page.title == 'Introduction' %} |
| 1 | +{% if page.title == 'Introduction' %} |
124 | 2 | {% include "rp-advert.html" %} |
125 | 3 | {% elif page.slug == 'monitoring' or page.slug == 'devops' or page.slug == 'caching' or page.slug == 'web-analytics' or page.slug == 'servers' or page.slug == 'docker' or page.slug == 'continuous-integration' or page.slug == 'wsgi-servers' or page.slug == 'green-unicorn-gunicorn' or page.slug == 'serverless' or page.slug == 'aws-lambda' or page.slug == 'web-servers' or page.slug == 'apache-http-server' or page.slug == 'nginx' or page.slug == 'caddy' or page.slug == 'debugging' or page.slug == 'testing' or page.slug == 'deployment' or page.slug == 'platform-as-a-service' or page.slug == 'static-content' %} |
126 | 4 | {% include "rollbar.html" %} |
|
0 commit comments