# gutenberg/8.5.1/lib/demo-block-templates/category.html

Gutenberg, version 8.5.1. 21 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/8.5.1/code/lib/demo-block-templates/category.html
- Raw: https://pluginprobe.com/plugins/gutenberg/8.5.1/raw/lib/demo-block-templates/category.html
- Modified: 2020-05-27T16:27:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/gutenberg/8.5.1/code/lib/demo-block-templates/category.html#L10-L20`.

```html
<!-- wp:cover {"minHeight":360,"customGradient":"linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%)","align":"full"} -->
<div
	class="wp-block-cover alignfull has-background-dim has-background-gradient"
	style="background:linear-gradient(253deg,rgba(6,147,227,1) 0%,rgb(84,121,221) 100%);min-height:360px"
>
	<div class="wp-block-cover__inner-container">
		<!-- wp:paragraph {"align":"center"} -->
		<p class="has-text-align-center">
			<em>Category Template</em>
		</p>
		<!-- /wp:paragraph -->
	</div>
</div>
<!-- /wp:cover -->

<!-- wp:query-loop -->
<!-- wp:post-title /-->

<!-- wp:post-content /-->
<!-- /wp:query-loop -->

```
