docs/includes
Sarah Schneider f5b050dc5e updates now that siteTree paths include language codes 2020-12-14 14:39:45 -05:00
..
liquid-tags add contributing/development.md (#15806) 2020-10-01 11:27:27 -07:00
README.md Hello git history spelunker! 2020-09-27 14:10:11 +02:00
all-articles.html [DO NOT MERGE] Universe 2020 Day 1: December 8, 2020 (#16480) 2020-12-08 12:20:02 -05:00
all-products-link.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
article-version-switcher.html rename page to enterprise-server-releases 2020-12-08 10:15:23 -05:00
article.html move Enterprise release link into article versions dropdown 2020-12-07 16:44:32 -05:00
breadcrumbs.html updates now that siteTree paths include language codes 2020-12-14 14:39:45 -05:00
code-example-card.html [Universe] Discussions Public Beta (#16547) 2020-12-07 15:00:35 -07:00
contribution.html add space 2020-11-16 20:32:11 -05:00
deprecation-banner.html update deprecation banner include 2020-11-16 20:06:56 -05:00
discussions-community-card.html [Universe] Discussions Public Beta (#16547) 2020-12-07 15:00:35 -07:00
error-404-deprecation-message.html Support enterpriseServerVersions in Liquid statements (#16058) 2020-10-15 16:20:41 -04:00
explorer.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
featured-article.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
featured-link.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
featured-links.html Support arbitrary keys in new featuredLinks frontmatter (#16239) 2020-10-27 13:53:10 -04:00
footer.html Add/use small-footer for Actions landing page (#16265) 2020-11-03 13:12:25 -05:00
graphql-arguments.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-deprecation.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-enum.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-fields.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-input-fields.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-input-object.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-interface.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-mutation.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
graphql-object.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-preview.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-query.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-return-fields.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
graphql-scalar.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
graphql-union.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
guide-card.html Default to "GitHub" as author in guide-card (#16717) 2020-12-02 16:32:37 +00:00
head.html add a final else for displaying a title if no page.fullTitle 2020-12-08 10:45:28 -05:00
header-notification.html make Early Access banner more prominent 2020-12-07 16:17:38 -05:00
header.html do not show header notifications on 404 page 2020-12-02 15:00:00 -05:00
helpfulness.html End AB test on moving helpfulness prompt to bottom (#16552) 2020-11-20 12:24:33 -08:00
homepage-version-switcher.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
landing.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
printer-icon.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
release-notes-category-label.html Change release notes colors (#16923) 2020-12-14 15:06:03 +00:00
release-notes-heading.html Change release notes colors (#16923) 2020-12-14 15:06:03 +00:00
rest_operation.html Remove the thing (#16294) 2020-11-03 13:50:02 -05:00
rest_operations_at_current_path.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
rest_toc_item.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
scripts.html Add/use small-footer for Actions landing page (#16265) 2020-11-03 13:12:25 -05:00
search-form.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
sidebar-guides.html updates now that siteTree paths include language codes 2020-12-14 14:39:45 -05:00
sidebar-homepage.html Remove versions feature flag code (#15793) 2020-09-29 13:36:07 -04:00
sidebar-specific-product.html updates now that siteTree paths include language codes 2020-12-14 14:39:45 -05:00
sidebar.html Merge branch 'main' into repo-sync 2020-09-29 15:24:48 -07:00
small-footer.html Missing "©" in small-footer #1744 2020-12-03 23:04:03 +05:00
support.html add support banner container 2020-10-12 00:39:12 +03:00

README.md

Includes

The files in this directory are "includes", snippets of HTML that can be reused in multiple layouts or pages. In Ruby on Rails parlance, these are called "partials".

Using Includes

This example injects the contents of includes/header.html into the page:

{% include header %}

Writing Includes

Includes must have a .html extension.