scmmishra | 836a4b5 | 2018-10-08 15:26:05 +0530 | [diff] [blame] | 1 | {% extends "frappe_theme/templates/base.html" %} |
| 2 | {% block title %}ERPNext Academy{% endblock %} |
| 3 | |
| 4 | {% from "templates/includes/media.html" import media %} |
| 5 | |
| 6 | {% block head_include %} |
| 7 | <meta name="description" content="ERPNext Academy is a learnig platform to gain expertise in the world's top 100% open source ERP software." /> |
| 8 | <meta name="keywords" content="ERP Software, Cloud ERP, Open Source ERP, Accounting Software, Online ERP, Online Accounting, ERP for small business, Learn ERP, ERPNext Academy, Learn ERPNext, Learn Accounting" /> |
| 9 | {% endblock %} |
| 10 | |
scmmishra | 836a4b5 | 2018-10-08 15:26:05 +0530 | [diff] [blame] | 11 | |
| 12 | {% block content %} |
scmmishra | 6660a67 | 2018-10-08 17:18:11 +0530 | [diff] [blame^] | 13 | {% with current_content = current_content %} |
| 14 | {% include "www/lms/templates/includes/" + current_content.content_type.lower() + ".html" %} |
| 15 | {% endwith %} |
scmmishra | 836a4b5 | 2018-10-08 15:26:05 +0530 | [diff] [blame] | 16 | <style> |
| 17 | .footer-message { |
| 18 | display: none; |
| 19 | } |
scmmishra | 6660a67 | 2018-10-08 17:18:11 +0530 | [diff] [blame^] | 20 | |
| 21 | .video-top-section { |
| 22 | padding-top: 3rem !important; |
| 23 | padding-bottom: 1rem !important; |
| 24 | } |
| 25 | |
| 26 | .video-description-section { |
| 27 | padding-top: 0em !important; |
| 28 | } |
| 29 | |
| 30 | .article-top-section { |
| 31 | padding-top: 3rem !important; |
| 32 | padding-bottom: 0rem !important; |
| 33 | } |
| 34 | |
| 35 | .article-content-section { |
| 36 | padding-top: 0em !important; |
| 37 | } |
scmmishra | 836a4b5 | 2018-10-08 15:26:05 +0530 | [diff] [blame] | 38 | </style> |
| 39 | |
| 40 | {% endblock %} |