If you are not sure if the website you would like to visit is secure, you can verify it here. Enter the website address of the page and see parts of its content and the thumbnail images on this site. None (if any) dangerous scripts on the referenced page will be executed. Additionally, if the selected site contains subpages, you can verify it (review) in batches containing 5 pages.
favicon.ico: web.archive.org/web/20210122162728/https://github.com/github/template-parts - GitHub - github/template-parts.

site address: web.archive.org/web/20210122120100/https://github.com/github/template-parts redirected to: web.archive.org/web/20210122162728/https://github.com/github/template-parts

site title: GitHub - github/template-parts: An implementation of the Template Parts proposal

Our opinion (on Sunday 27 September 2026 15:38:13 UTC):

GREEN status (no comments) - no comments
After content analysis of this website we propose the following hashtags:



Meta tags:
description=An implementation of the Template Parts proposal. Contribute to github/template-parts development by creating an account on GitHub.;

Headings (most frequently used words):

launching, github, template, parts, desktop, latest, commit, git, stats, files, readme, md, about, releases, packages, used, by, contributors, languages, resources, license, learn, contribute, connect, with, others, xcode, visual, studio,

Text of the page (most frequently used words):
#github (31), the (26), #template (21), parts (15), this (11), with (9), and (9), templateinstance (8), that (6), security (6), proposal (6), propertyidentityorbooleanattribute (5), which (5), code (5), download (5), desktop (5), jump (5), latest (4), license (4), readme (4), hello (4), foo (4), document (4), new (4), tpl (4), library (4), params (4), json (4), commit (4), back (4), nothing (4), happens (4), try (4), again (4), launching (4), all (4), you (3), about (3), 2021 (3), examples (3), implementation (3), getelementbyid (3), const (3), processor (3), will (3), values (3), part (3), bar (3), import (3), has (3), implements (3), given (3), web (3), actions (3), sign (3), repository (3), signed (2), another (2), tab (2), window (2), refresh (2), your (2), session (2), reload (2), can (2), time (2), pricing (2), contact (2), javascript (2), packages (2), releases (2), jan (2), mit (2), false (2), hidden (2), for (2), attributes (2), from (2), use (2), like (2), div (2), proposed (2), whatwg (2), package (2), message (2), git (2), visual (2), studio (2), xcode (2), open (2), cli (2), learn (2), more (2), https (2), insights (2), pull (2), requests (2), issues (2), watch (2), star (2), stars (2), education (2), plans (2), project (2), explore (2), 2020 (2), out, perform, action, blog, training, api, docs, status, privacy, terms, inc, typescript, languages, contributors, scipion, catalyst, todo, jtml, used, resources, check, true, map, are, assigned, add, remove, attribute, simply, replace, pass, third, argument, constructor, addition, there, export, adds, capability, toggling, style, input, required, boolean, default, basic, functionality, applying, object, effectively, value, expression, propertyidentity, instance, subclass, containing, cloned, contents, also, method, when, called, run, update, unknown, void, documentfragment, appendchild, some, one, could, implement, following, exposed, objects, manipulated, class, world, reiterate, example, above, such, minimally, viable, provide, something, works, but, should, easy, drop, lands, designed, ponyfill, design, been, order, address, html, 2254, spec, view, tsconfig, lock, contributing, code_of_conduct, codeowners, gitignore, eslintrc, test, src, workflows, name, type, failed, load, information, permalink, files, commits, 142, stats, extension, zip, work, fast, our, official, checkout, svn, using, url, clone, file, tags, branch, main, forks, fork, organization, suggested, results, nonprofit, sales, compare, marketplace, program, community, forum, events, connect, others, source, guides, learning, lab, trending, collections, topics, contribute, enterprise, team, customer, stories, sponsors, integrations, management, review, codespaces, mobile, features, why, skip, content, wayback, machine, http, archive, org, 20210122162728, com, timestamps, capture, fail, success, 2022, feb, dec, sep, may, 2026, captures,


Text of the page (random words):
github github template parts an implementation of the template parts proposal 41 captures 19 sep 2020 22 may 2026 dec jan feb 22 2020 2021 2022 success fail about this capture timestamps the wayback machine http web archive org web 20210122162728 https github com github template parts skip to content sign up why github features mobile actions codespaces packages security code review project management integrations github sponsors customer stories security team enterprise explore explore github learn contribute topics collections trending learning lab open source guides connect with others the readme project events community forum github education github stars program marketplace pricing plans compare plans contact sales nonprofit education in this repository all github jump to no suggested jump to results in this repository all github jump to in this organization all github jump to in this repository all github jump to sign in sign up message github template parts watch 6 star 38 fork 2 an implementation of the template parts proposal github github io template parts examples mit license 38 stars 2 forks star watch code issues 3 pull requests 0 actions security insights more code issues pull requests actions security insights main 1 branch 9 tags go to file code clone https github cli use git or checkout with svn using the web url work fast with our official cli learn more open with github desktop download zip launching github desktop if nothing happens download github desktop and try again go back launching github desktop if nothing happens download github desktop and try again go back launching xcode if nothing happens download xcode and try again go back launching visual studio if nothing happens download the github extension for visual studio and try again go back latest commit git stats 142 commits files permalink failed to load latest commit information type name latest commit message commit time github workflows examples src test eslintrc json gitignore codeowners code_of_conduct md contributing md license readme md security md package lock json package json tsconfig json view code readme md template parts this library is designed as a ponyfill library that implements the design in the templateinstance proposed whatwg spec that has been proposed in order to address whatwg html 2254 this implements the minimally viable parts of the proposal to provide something that works but should be easy to drop if the template parts proposal lands to reiterate the example in the above proposal given a template such as template id foo div class foo y x world div template we d like x and y to be template parts exposed as javascript objects which can be manipulated with this library and that given template one could implement the following import templateinstance from github template parts const tpl new templateinstance document getelementbyid some template x hello y bar document appendchild tpl a templateinstance instance is a subclass of documentfragment containing the cloned contents of the template it also has an update params unknown void method which when called will run the given processor with the new params this library has a default processor propertyidentity which implements basic functionality of applying the params object values to the template parts it is effectively part value params part expression in addition there is a propertyidentityorbooleanattribute export which adds the capability of toggling boolean style attributes like hidden or input required to use the propertyidentityorbooleanattribute import it and pass it as a third argument to the templateinstance constructor import templateinstance propertyidentityorbooleanattribute from github template parts this will simply replace x with hello and y with bar const tpl new templateinstance document getelementbyid foo x hello y bar the propertyidentityorbooleanattribute processor will check for false true values which map to template part values that are assigned to attributes and add remove the attribute const tpl new templateinstance document getelementbyid foo x hello hidden false propertyidentityorbooleanattribute about an implementation of the template parts proposal github github io template parts examples resources readme license mit license releases 9 v0 3 2 latest jan 19 2021 8 releases packages 2 used by 2 github jtml scipion catalyst todo contributors 6 languages javascript 64 3 typescript 35 7 2021 github inc terms privacy security status docs contact github pricing api training blog about you can t perform that action at this time you signed in with another tab or window reload to refresh your session you signed out in another tab or window reload to refresh your session
Thumbnail images (randomly selected): * Images may be subject to copyright.GREEN status (no comments)
  • loading
  • @github
  • @Scipion

Verified site has: 91 subpage(s). Do you want to verify them? Verify pages:

1-5 6-10 11-15 16-20 21-25 26-30 31-35 36-40 41-45 46-50
51-55 56-60 61-65 66-70 71-75 76-80 81-85 86-90 91-91


The site also has references to the 2 subdomain(s)

  archive.org  Verify   help.archive.org  Verify


Top 50 hastags from of all verified websites.

Supplementary Information (add-on for SEO geeks)*- See more on header.verify-www.com

Header

HTTP/1.1 302 FOUND
Server nginx
Date Sun, 27 Sep 2026 15:38:13 GMT
Content-Type text/plain; charset=utf-8
Content-Length 0
Connection close
x-archive-redirect-reason found capture at 20210122162728
location htt???/web.archive.org/web/20210122162728/htt????/github.com/github/template-parts
server-timing captures_list;dur=0.707551, exclusion.robots;dur=0.066006, exclusion.robots.policy;dur=0.052001, esindex;dur=0.010285, cdx.remote;dur=6.982044, LoadShardBlock;dur=90.072823, PetaboxLoader3.datanode;dur=62.347233, PetaboxLoader3.resolve;dur=9.933540
x-app-server wwwb-app54-dc6
x-ts 302
x-tr 115
server-timing TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie wb-p-SERVER=wwwb-app54; path=/
X-location All
X-AS 16276
X-RL 0
X-NA 0
X-Page-Cache MISS
Server-Timing MISS
X-NID OVH SAS
Referrer-Policy no-referrer-when-downgrade
Permissions-Policy interest-cohort=()
X-sd 0
HTTP/1.1 200 OK
Server nginx
Date Sun, 27 Sep 2026 15:38:14 GMT
Content-Type text/html; charset=utf-8
Transfer-Encoding chunked
Connection close
x-archive-orig-date Fri, 22 Jan 2021 16:27:29 GMT
x-archive-orig-server GitHub.com
x-archive-orig-status 200 OK
x-archive-orig-vary X-PJAX, Accept-Encoding, Accept, X-Requested-With, Accept-Encoding
x-archive-orig-etag W/ 496a8b205f8363b2f08f8065be4ede61
x-archive-orig-cache-control max-age=0, private, must-revalidate
x-archive-orig-strict-transport-security max-age=31536000; includeSubdomains; preload
x-archive-orig-x-frame-options deny
x-archive-orig-x-content-type-options nosniff
x-archive-orig-x-xss-protection 1; mode=block
x-archive-orig-referrer-policy no-referrer-when-downgrade
x-archive-orig-expect-ct max-age=2592000, report-uri= htt????/api.github.com/_private/browser/errors
x-archive-orig-content-security-policy default-src none ; base-uri self ; block-all-mixed-content; connect-src self uploads.github.com www.githubstatus.com collector.githubapp.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com cdn.optimizely.com logx.optimizely.com/v1/events wss://alive.github.com online.visualstudio.com/api/v1/locations; font-src github.githubassets.com; form-action self github.com gist.github.com; frame-ancestors none ; frame-src render.githubusercontent.com; img-src self data: github.githubassets.com identicons.github.com collector.githubapp.com github-cloud.s3.amazonaws.com *.githubusercontent.com; manifest-src self ; media-src none ; script-src github.githubassets.com; style-src unsafe-inline github.githubassets.com; worker-src github.com/socket-worker-5029ae85.js gist.github.com/socket-worker-5029ae85.js
x-archive-orig-accept-ranges bytes
x-archive-orig-x-github-request-id E436:7BE5:35F172:4477F3:600AFCF0
x-archive-orig-connection close
x-archive-guessed-content-type text/html
x-archive-guessed-charset utf-8
memento-datetime Fri, 22 Jan 2021 16:27:28 GMT
link <htt????/github.com/github/template-parts>; rel= original , <htt???/web.archive.org/web/timemap/link/htt????/github.com/github/template-parts>; rel= timemap ; type= application/link-format , <htt???/web.archive.org/web/htt????/github.com/github/template-parts>; rel= timegate , <htt???/web.archive.org/web/20200919033622/htt????/github.com/github/template-parts>; rel= first memento ; datetime= Sat, 19 Sep 2020 03:36:22 GMT , <htt???/web.archive.org/web/20210120172633/htt????/github.com/github/template-parts>; rel= prev memento ; datetime= Wed, 20 Jan 2021 17:26:33 GMT , <htt???/web.archive.org/web/20210122162728/htt????/github.com/github/template-parts>; rel= memento ; datetime= Fri, 22 Jan 2021 16:27:28 GMT , <htt???/web.archive.org/web/20210123183038/htt????/github.com/github/template-parts>; rel= next memento ; datetime= Sat, 23 Jan 2021 18:30:38 GMT , <htt???/web.archive.org/web/20260522065916/htt????/github.com/github/template-parts>; rel= last memento ; datetime= Fri, 22 May 2026 06:59:16 GMT
content-security-policy default-src self unsafe-eval unsafe-inline data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src github.com-20210120-204505/IA-FOC-github.com-20210122155951-00001.warc.gz
server-timing captures_list;dur=0.356245, exclusion.robots;dur=0.038008, exclusion.robots.policy;dur=0.029296, esindex;dur=0.006404, cdx.remote;dur=8.960648, LoadShardBlock;dur=101.220173, PetaboxLoader3.datanode;dur=61.450327, PetaboxLoader3.resolve;dur=63.314252, load_resource;dur=78.443143, nav;dur=0.141937
x-app-server wwwb-app206-dc6
x-ts 200
x-tr 259
server-timing TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie wb-p-SERVER=wwwb-app206; path=/
X-location All
X-AS 16276
X-RL 0
X-NA 0
X-Page-Cache MISS
Server-Timing MISS
X-NID OVH SAS
Referrer-Policy no-referrer-when-downgrade
Permissions-Policy interest-cohort=()
X-sd 0
Content-Encoding gzip

Meta Tags

title="GitHub - github/template-parts: An implementation of the Template Parts proposal"
charset="utf-8"
name="viewport" content="width=device-width"
name="description" content="An implementation of the Template Parts proposal. Contribute to github/template-parts development by creating an account on GitHub."
property="fb:app_id" content="1401488693436528"
name="apple-itunes-app" content="app-id=1477376905"
name="twitter:image:src" content="htt????/avatars.githubusercontent.com/u/9919?s=400&v=4"
name="twitter:site" content="@github"
name="twitter:card" content="summary"
name="twitter:title" content="github/template-parts"
name="twitter:description" content="An implementation of the Template Parts proposal. Contribute to github/template-parts development by creating an account on GitHub."
property="og:image" content="htt???/web.archive.org/web/20210122162728im_/htt????/avatars.githubusercontent.com/u/9919?s=400&v=4"
property="og:site_name" content="GitHub"
property="og:type" content="object"
property="og:title" content="github/template-parts"
property="og:url" content="htt???/web.archive.org/web/20210122162728/htt????/github.com/github/template-parts"
property="og:description" content="An implementation of the Template Parts proposal. Contribute to github/template-parts development by creating an account on GitHub."
name="request-id" content="E436:7BE5:35F172:4477F3:600AFCF0" data-pjax-transient="true"
name="html-safe-nonce" content="e049179373dd3a6049ea319e11f66406bb4440dcd580d99e385f557ab1916198" data-pjax-transient="true"
name="visitor-payload" content="eyJyZWZlcnJlciI6Imh0dHBzOi8vZ2l0aHViLmNvbS9naXRodWIiLCJyZXF1ZXN0X2lkIjoiRTQzNjo3QkU1OjM1RjE3Mjo0NDc3RjM6NjAwQUZDRjAiLCJ2aXNpdG9yX2lkIjoiOTAyNzg3NjEwOTM4MzU0ODQwOSIsInJlZ2lvbl9lZGdlIjoic2VhIiwicmVnaW9uX3JlbmRlciI6InNlYSJ9" data-pjax-transient="true"
name="visitor-hmac" content="4902ffe4baa382ef8e49ae4d63a385d2a0cba66eddb0a4a458d988e3520a0849" data-pjax-transient="true"
name="hovercard-subject-tag" content="repository:283752196" data-pjax-transient
name="github-keyboard-shortcuts" content="repository" data-pjax-transient="true"
name="selected-link" value="repo_source" data-pjax-transient
name="google-site-verification" content="c1kuD-K2HIVF635lypcsWPoD4kilo5-jA_wBFyT4uMY"
name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU"
name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA"
name="google-site-verification" content="GXs5KoUUkNCoaAZn7wPN-t01Pywp9M3sEjnt_3_ZWPc"
name="octolytics-host" content="collector.githubapp.com"
name="octolytics-app-id" content="github"
name="octolytics-event-url" content="htt????/collector.githubapp.com/github-external/browser_event"
name="analytics-location" content="/<user-name>/<repo-name>" data-pjax-transient="true"
name="optimizely-datafile" content='{"version": "4", "rollouts": [], "typedAudiences": [], "anonymizeIP": true, "projectId": "16737760170", "variables": [], "featureFlags": [], "experiments": [], "audiences": [{"conditions": "[\"or\", {\"match\": \"exact\", \"name\": \"$opt_dummy_attribute\", \"type\": \"custom_attribute\", \"value\": \"$opt_dummy_value\"}]", "id": "$opt_dummy_audience", "name": "Optimizely-Generated Audience for Backwards Compatibility"}], "groups": [], "attributes": [{"id": "16822470375", "key": "user_id"}, {"id": "17143601254", "key": "spammy"}, {"id": "18175660309", "key": "organization_plan"}, {"id": "18813001570", "key": "is_logged_in"}, {"id": "19073851829", "key": "geo"}], "botFiltering": false, "accountId": "16737760170", "events": [{"experimentIds": [], "id": "17911811441", "key": "hydro_click.dashboard.teacher_toolbox_cta"}, {"experimentIds": [], "id": "18124116703", "key": "submit.organizations.complete_sign_up"}, {"experimentIds": [], "id": "18145892387", "key": "no_metric.tracked_outside_of_optimizely"}, {"experimentIds": [], "id": "18178755568", "key": "click.org_onboarding_checklist.add_repo"}, {"experimentIds": [], "id": "18180553241", "key": "submit.repository_imports.create"}, {"experimentIds": [], "id": "18186103728", "key": "click.help.learn_more_about_repository_creation"}, {"experimentIds": [], "id": "18188530140", "key": "test_event.do_not_use_in_production"}, {"experimentIds": [], "id": "18191963644", "key": "click.empty_org_repo_cta.transfer_repository"}, {"experimentIds": [], "id": "18195612788", "key": "click.empty_org_repo_cta.import_repository"}, {"experimentIds": [], "id": "18210945499", "key": "click.org_onboarding_checklist.invite_members"}, {"experimentIds": [], "id": "18211063248", "key": "click.empty_org_repo_cta.create_repository"}, {"experimentIds": [], "id": "18215721889", "key": "click.org_onboarding_checklist.update_profile"}, {"experimentIds": [], "id": "18224360785", "key": "click.org_onboarding_checklist.dismiss"}, {"experimentIds": [], "id": "18234832286", "key": "submit.organization_activation.complete"}, {"experimentIds": [], "id": "18252392383", "key": "submit.org_repository.create"}, {"experimentIds": [], "id": "18257551537", "key": "submit.org_member_invitation.create"}, {"experimentIds": [], "id": "18259522260", "key": "submit.organization_profile.update"}, {"experimentIds": [], "id": "18564603625", "key": "view.classroom_select_organization"}, {"experimentIds": [], "id": "18568612016", "key": "click.classroom_sign_in_click"}, {"experimentIds": [], "id": "18572592540", "key": "view.classroom_name"}, {"experimentIds": [], "id": "18574203855", "key": "click.classroom_create_organization"}, {"experimentIds": [], "id": "18582053415", "key": "click.classroom_select_organization"}, {"experimentIds": [], "id": "18589463420", "key": "click.classroom_create_classroom"}, {"experimentIds": [], "id": "18591323364", "key": "click.classroom_create_first_classroom"}, {"experimentIds": [], "id"...
name="hostname" content="github.com"
name="user-login" content=""
name="expected-hostname" content="github.com"
name="enabled-features" content="MARKETPLACE_PENDING_INSTALLATIONS,ACTIONS_SHORT_SHA_WARNING"
http-equiv="x-pjax-version" content="156075b94f0384e4f4869a156ac9496ac1b549fa314188b5a056dd62a71391e6"
name="go-import" content="github.com/github/template-parts git htt????/github.com/github/template-parts.git"
name="octolytics-dimension-user_id" content="9919"
name="octolytics-dimension-user_login" content="github"
name="octolytics-dimension-repository_id" content="283752196"
name="octolytics-dimension-repository_nwo" content="github/template-parts"
name="octolytics-dimension-repository_public" content="true"
name="octolytics-dimension-repository_is_fork" content="false"
name="octolytics-dimension-repository_network_root_id" content="283752196"
name="octolytics-dimension-repository_network_root_nwo" content="github/template-parts"
name="octolytics-dimension-repository_explore_github_marketplace_ci_cta_shown" content="false"
name="browser-stats-url" content="htt????/api.github.com/_private/browser/stats"
name="browser-errors-url" content="htt????/api.github.com/_private/browser/errors"
name="browser-optimizely-client-errors-url" content="htt????/api.github.com/_private/browser/optimizely_client/errors"
name="theme-color" content="#1e2327"

Load Info

page size33372
load time (s)1.297368
redirect count1
speed download25730
server IP 207.241.237.3
* all occurrences of the string "http://" have been changed to "htt???/"