packages/lit-dev-content/site/learn/index.html
--- title: Learn --- {% extends 'default.html' %} {% block head %} {% include "social-tags.html" %} {% inlinecss "learn-catalog.css" %} {% endblock %} {% block content %}
Explore a curated list of videos, articles, and tutorials tailored for all experience levels. Unlock the full potential of Lit.
{% for content in learn %} [ {% if content.kind == "video" %} {% elif content.kind == "article" and content.thumbnail %} {% elif content.kind == "tutorial" and content.thumbnail %} {% endif %}
{{ content.kind }} {% if content.difficulty != null %} / {{ content.difficulty }} {% endif %} {% if content.duration != null %} {{ content.duration }} Min {% endif %}
{{ content.summary | markdownWithoutHtml | safe }} ]({{%20content.url%20}}) {% endfor %}
{% endblock %}