Back to Lit

{% if title %}{{ title }}

packages/lit-dev-content/site/_includes/default.html

latest935 B
Original Source

{% if not env.DEV %} {% endif %} {% inlinejs "global/apply-saved-theme.js" %} {% inlinecss "colors.css" %} {% inlinecss "global.css" %} {% inlinejs "global/apply-mods.js" %} {% inlinejs "global/initialize-typescript-mode.js" %} {% inlinejs "global/mobile-drawer.js" %} {% if env.DEV %} {% else %} {% endif %} {% inlinejs "global/dsd-polyfill.js" %} {% if selectedVersion == "v1" %} {% endif %} {% if selectedVersion !== latestVersion %} {% inlinejs "components/litdev-banner.js" %} {% endif %} {% if not env.DEV %} {% endif %} {% block head %}{% endblock %}

{% include 'header.html' %} {% if selectedVersion !== latestVersion %} You're viewing docs for an older version of Lit. Click here for the latest version. {% endif %} {% block content %}{{ content | safe }}{% endblock %} {% include 'footer.html' %} {% if env.GOOGLE_ANALYTICS_ID %} {% endif %}