{% extends "templates/base.html" %} {% block title %}{{ education_settings.portal_title }}{% endblock %} {% block head_include %} {% endblock %} {% macro card(program) %}
{% if program.hero_image %}
{% else %}
{{ program.program_name }}
{% endif %}
{{ program.program_name }}
{{ program.description }}
{% endmacro %} {% block content %}

{{ education_settings.portal_title }}

{{ education_settings.description }}

Start Learning

Go to erpnext.com
{% for program in featured_programs %} {{ card(program.program) }} {% endfor %}

View All Programs

Curated Courses
Start with a 14 day trial to get instant access to your own ERPNext Instance. Get expert support and world class hosting too.
Built by Experts
For self hosted users, ERPNext Support provides you the priority support and bug fix guarantee, so you can stop worrying.
Learn from the OEMs
ERPNext is open source and infinitely extensible. Customize it, build upon it, add your own apps built with Frappe Framework.

About ERPNext

ERPNext is the world's best 100% open source ERP used by over 5000 companies worldwide.

{% endblock %}