{"id":230,"date":"2025-03-06T21:43:15","date_gmt":"2025-03-06T21:43:15","guid":{"rendered":"https:\/\/nadiajervier.co.uk\/journal\/?p=230"},"modified":"2025-03-06T21:45:07","modified_gmt":"2025-03-06T21:45:07","slug":"seminar-the-html-details-element","status":"publish","type":"post","link":"https:\/\/nadiajervier.co.uk\/journal\/2025\/03\/06\/seminar-the-html-details-element\/","title":{"rendered":"Seminar &#8211; The HTML &lt;details> element"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">What is the HTML &lt;details&gt; element? How is it used and how can it be styled and animated?<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">What is the details element?<\/h3>\n\n\n\n<p>The details element can be defined as: a HTML element that specifies additional details that the user can open and close on demand. This is achieved because it creates an interactive widget to hide and display content alongside the &lt;summary&gt; tag.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What is the &lt;summary&gt; tag?<\/h3>\n\n\n\n<p>The &lt;summary&gt; tag specifies the content of the details element. It is visible on page load and users can click to expand (or collapse) the details.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How is the details HTML element formed?<\/h3>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;details&gt;\n  &lt;<mark style=\"background-color:rgba(0, 0, 0, 0);color:#e5c963\" class=\"has-inline-color\">summary<\/mark>&gt;Click to open&lt;\/summary&gt;\n  &lt;p&gt;This is a basic example of the details element&lt;\/p&gt;\n&lt;\/details&gt;<\/code><\/pre>\n\n\n\n<p>The details element consists of an opening <strong>&lt;details&gt;<\/strong> and closing <strong>&lt;\/details&gt;<\/strong> tag with an<strong> <\/strong>opening  <strong>&lt;summary&gt;<\/strong> and closing <strong>&lt;\/summary&gt;<\/strong> tag nested within. <\/p>\n\n\n\n<p>You can add other elements such as heading, paragraphs, images and more, nested within the details tags, but this content will be hidden on page load by default.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What does it look like?<\/h3>\n\n\n\n<p>By default, the details element only shows the content of the &lt;summary&gt; on page load. <\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full wp-duotone-unset-1\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"265\" src=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/02\/details-view-closed.jpg\" alt=\"\" class=\"wp-image-238\" srcset=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/02\/details-view-closed.jpg 600w, https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/02\/details-view-closed-300x133.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full wp-duotone-unset-2\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"266\" src=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/02\/details-view-open.jpg\" alt=\"\" class=\"wp-image-239\" srcset=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/02\/details-view-open.jpg 600w, https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/02\/details-view-open-300x133.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/figure>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>Closed detail element<\/p>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>Opened detail element<\/p>\n<\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Adding CSS<\/h3>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full wp-duotone-unset-3\"><img loading=\"lazy\" decoding=\"async\" width=\"506\" height=\"420\" src=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/02\/details-css-example.jpg\" alt=\"\" class=\"wp-image-235\" srcset=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/02\/details-css-example.jpg 506w, https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/02\/details-css-example-300x249.jpg 300w\" sizes=\"auto, (max-width: 506px) 100vw, 506px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>You can use CSS selectors to style as you would with other elements, to change the appearance of the details elements.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full wp-duotone-unset-4\"><img loading=\"lazy\" decoding=\"async\" width=\"458\" height=\"174\" src=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/02\/details-css-combinators.jpg\" alt=\"\" class=\"wp-image-237\" srcset=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/02\/details-css-combinators.jpg 458w, https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/02\/details-css-combinators-300x114.jpg 300w\" sizes=\"auto, (max-width: 458px) 100vw, 458px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>You can also use combinators to style other elements within the details element.<\/p>\n<\/div>\n<\/div>\n\n\n\n<p>The default styling of the details element presents the content of the summary tag with a right facing arrow on close and a downwards facing arrow on open. Some simple CSS rules can be added to remove \/ change \/ manipulate the presence of the arrow.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>summary {\n  list-style: none:\n}<\/code><\/pre>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full wp-duotone-unset-5\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"249\" src=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/details-remove-list-style-closed.jpg\" alt=\"\" class=\"wp-image-242\" srcset=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/details-remove-list-style-closed.jpg 600w, https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/details-remove-list-style-closed-300x125.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-full wp-duotone-unset-6\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"249\" src=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/details-remove-list-style-open.jpg\" alt=\"\" class=\"wp-image-241\" srcset=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/details-remove-list-style-open.jpg 600w, https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/details-remove-list-style-open-300x125.jpg 300w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" \/><\/figure>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">You can take it even further<\/h3>\n\n\n\n<p>This example shows a series of detail elements, styled to create a list of staff picks. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large wp-duotone-unset-7\"><a href=\"https:\/\/nadiajervier.co.uk\/design-for-web-content\/small-business-website\/shop.html\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"477\" src=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/recursive-records-details-1024x477.png\" alt=\"\" class=\"wp-image-247\" srcset=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/recursive-records-details-1024x477.png 1024w, https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/recursive-records-details-300x140.png 300w, https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/recursive-records-details-768x358.png 768w, https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/recursive-records-details-1536x716.png 1536w, https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/recursive-records-details-2048x955.png 2048w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<pre class=\"wp-block-code\"><code>#staff-picks summary {\n\tfont-size: 1.5em;\n\ttext-align: center;\n\twidth: 100%;\n\n        line-height: 1em;\n\tborder-top: 2px solid #0D5470;\n\tpadding-top: 0.5em;\n\tpadding-bottom: 0.5em;\n}<\/code><\/pre>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>The summary tag in the section with the id &#8216;staff-picks&#8217; is targeted to center align the text and spread the full width of its container.<\/p>\n\n\n\n<p>The blue line between each details element is created using a border-top property along with padding to create space above and below the text.<\/p>\n<\/div>\n<\/div>\n\n\n\n<figure class=\"wp-block-image size-full wp-duotone-unset-8\"><a href=\"https:\/\/nadiajervier.co.uk\/design-for-web-content\/small-business-website\/shop.html#by-genre\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"929\" src=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/recursive-records-shop-1.jpg\" alt=\"\" class=\"wp-image-251\" srcset=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/recursive-records-shop-1.jpg 800w, https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/recursive-records-shop-1-258x300.jpg 258w, https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/recursive-records-shop-1-768x892.jpg 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><\/a><\/figure>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<pre class=\"wp-block-code\"><code>&lt;details&gt;\n  &lt;summary&gt;&lt;\/summary&gt;\n  &lt;img&gt;\n  &lt;img&gt;\n  &lt;ul&gt;\n    &lt;li&gt;&lt;\/li&gt;\n    &lt;li&gt;&lt;\/li&gt;\n    &lt;li&gt;&lt;\/li&gt;\n  &lt;\/ul&gt;\n&lt;\/details&gt;<\/code><\/pre>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p>The structure of each of the details element for the Staff Picks.<\/p>\n\n\n\n<p>This shows how you can use nested elements within your details element, and style it appropriately.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n\n\n<pre class=\"wp-block-code\"><code>\n#staff-picks p, #staff-picks ul {\n\tmax-width: 400px;\n\tmargin: 1em auto;\n}\n\n#staff-picks img {\n\tdisplay: block;\n\tmax-width: 400px;\n\theight: auto;\n}\n\n#staff-picks summary:hover, #staff-picks summary:active, #staff-picks summary:focus {\n\tcursor: pointer;\n        color: #fff;\n\tbackground-color: #f3b962;\n\ttransition: background-color 0.5s ease-in-out; \/* makes for a smoother transition between colours *\/\n}<\/code><\/pre>\n\n\n\n<p>The CSS used, styles the nested paragraph, unordered list and image elements. It also styles the link states, specifically for the summary elements in the section with the id &#8216;staff picks&#8217;.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Adding animation<\/h3>\n\n\n\n<p>For smooth opening and closing transitions, you can add some JavaScript as this can not be achieved with just CSS alone.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;details&gt;\n  &lt;summary&gt;Click to open&lt;\/summary&gt;\n  &lt;div class=\"content\"&gt;\n  &lt;p&gt;This is a basic example of the details element. You can also add:&lt;\/p&gt;\n   &lt;ul&gt;\n     &lt;li&gt;Images&lt;\/li&gt;\n     &lt;li&gt;Unordered Lists&lt;\/li&gt;\n   &lt;\/ul&gt;\n  &lt;div&gt;\n&lt;\/details&gt;<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Adding CSS for animations<\/h4>\n\n\n\n<p>We need to add some CSS to ensure the transition works. The CSS styling here addresses the div with the class content when it is open and when it is closed independantly. <\/p>\n\n\n\n<p>When the details element is closed, the content div will have an opacity and max height of 0 &#8211; ensurig it is not visisble. <\/p>\n\n\n\n<p>When the details element is open, the opposite is true. The max height is set to 100% to allow it to take up as much space as it needs and the opactity is set to 1 for full visibility. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>.content {\n  max-height: 0;\n  opacity: 0;\n  overflow: hidden;\n  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;\n}\n\ndetails&#91;open] .content {\n  max-height: 100%;\n  opacity: 1;\n}<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Now for some JavaScript<\/strong><\/h4>\n\n\n\n<p>The script written tells the browser to select all the details elements in the doument and apply the animation one by one. With the use of an event listetner, this is action is depenedant on the toggle (open\/closing of the details element). If the toggle is opened or closed, it will use the JavaScript to change the max height and opacity of the content div and apply the CSS transition while doing so. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>document.querySelectorAll(\"details\").forEach((detail) =&gt; { \/\/select all details elements in the document and loops over each element one by one and applies the animation\n        detail.addEventListener(\"toggle\", function () { \/\/listens for the toggle (triggered on open or close) event on each details element\n            const content = this.querySelector(\".content\"); \/\/finds the div with the class content inside the details\n\n            if (this.open) {\n                content.style.maxHeight = content.scrollHeight + \"px\";\n                content.style.opacity = \"1\";\n            } else {\n                content.style.maxHeight = \"0\";\n                content.style.opacity = \"0\";\n            }\n        });\n    });<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-embed is-type-wp-embed is-provider-codepen wp-block-embed-codepen\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" title=\"Untitled\" src=\"https:\/\/codepen.io\/nadiajervier\/embed\/preview\/wBvgVNz?default-tabs=js%2Cresult&#038;height=300&#038;host=https%3A%2F%2Fcodepen.io&#038;slug-hash=wBvgVNz#?secret=A4qfNUmWv2\" data-secret=\"A4qfNUmWv2\" scrolling=\"no\" frameborder=\"0\" height=\"300\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">What are the limitations of the &lt;details&gt; element?<\/h3>\n\n\n\n<figure class=\"wp-block-image size-full wp-duotone-unset-9\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"322\" src=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/can-i-use-details.jpg\" alt=\"\" class=\"wp-image-256\" srcset=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/can-i-use-details.jpg 800w, https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/can-i-use-details-300x121.jpg 300w, https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/can-i-use-details-768x309.jpg 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><figcaption class=\"wp-element-caption\">can i use.com<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Progressive enhancement<\/h3>\n\n\n\n<p>We are beginning to see that functions or animations that previously required JavaScript, can be achieved using well structure HTML and CSS.<\/p>\n\n\n\n<div data-wp-interactive=\"core\/file\" class=\"wp-block-file\"><object data-wp-bind--hidden=\"!state.hasPdfPreview\" hidden class=\"wp-block-file__embed\" data=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/details-seminar-2.pdf\" type=\"application\/pdf\" style=\"width:100%;height:600px\" aria-label=\"Embed of details seminar.\"><\/object><a id=\"wp-block-file--media-af08762c-cd87-4a9c-83b4-930cd5f04c8c\" href=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/details-seminar-2.pdf\">details seminar<\/a><a href=\"https:\/\/nadiajervier.co.uk\/journal\/wp-content\/uploads\/2025\/03\/details-seminar-2.pdf\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-af08762c-cd87-4a9c-83b4-930cd5f04c8c\">Download<\/a><\/div>\n\n\n\n<h5 class=\"wp-block-heading\">References: <\/h5>\n\n\n\n<p><a href=\"https:\/\/caniuse.com\/?search=details\">https:\/\/caniuse.com\/?search=details<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.w3schools.com\/Tags\/tag_details.asp\">https:\/\/www.w3schools.com\/Tags\/tag_details.asp<\/a><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>What is the HTML &lt;details&gt; element? How is it used and how can it be styled and animated? What is the details element? The details element can be defined as: a HTML element that specifies additional details that the user can open and close on demand. This is achieved because it creates an interactive widget [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-230","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/nadiajervier.co.uk\/journal\/wp-json\/wp\/v2\/posts\/230","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nadiajervier.co.uk\/journal\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nadiajervier.co.uk\/journal\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nadiajervier.co.uk\/journal\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nadiajervier.co.uk\/journal\/wp-json\/wp\/v2\/comments?post=230"}],"version-history":[{"count":16,"href":"https:\/\/nadiajervier.co.uk\/journal\/wp-json\/wp\/v2\/posts\/230\/revisions"}],"predecessor-version":[{"id":265,"href":"https:\/\/nadiajervier.co.uk\/journal\/wp-json\/wp\/v2\/posts\/230\/revisions\/265"}],"wp:attachment":[{"href":"https:\/\/nadiajervier.co.uk\/journal\/wp-json\/wp\/v2\/media?parent=230"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nadiajervier.co.uk\/journal\/wp-json\/wp\/v2\/categories?post=230"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nadiajervier.co.uk\/journal\/wp-json\/wp\/v2\/tags?post=230"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}