docs/includes
Laura Coursen a3e1733aa1
GitHub AE (GHAE) (#16090)
2020-11-02 15:12:44 -06: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-products-link.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
article-version-switcher.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
article.html Support arbitrary keys in new featuredLinks frontmatter (#16239) 2020-10-27 13:53:10 -04:00
breadcrumbs.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
contribution.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
deprecation-banner.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04: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 Remove more Google Analytics references (#16194) 2020-10-26 14:17:49 -07: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
head.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04:00
header-notification.html GitHub AE (GHAE) (#16090) 2020-11-02 15:12:44 -06:00
header.html GitHub AE (GHAE) (#16090) 2020-11-02 15:12:44 -06:00
helpfulness.html Update all files to use `{% data %}` (#15253) 2020-09-29 16:01:04 -04: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
rest_operation.html Fix broken "Enabled for GitHub Apps" link (#16236) 2020-10-27 12:39:54 -04: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
search-form.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
sidebar-guides.html Hello git history spelunker! 2020-09-27 14:10:11 +02:00
sidebar-homepage.html Remove versions feature flag code (#15793) 2020-09-29 13:36:07 -04:00
sidebar-specific-product.html Remove versions feature flag code (#15793) 2020-09-29 13:36:07 -04:00
sidebar.html Merge branch 'main' into repo-sync 2020-09-29 15:24:48 -07: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.