.c-entry
Entry component
html
...
...
<article class="c-entry">
<header class="c-entry__header">
<h1 class="c-entry__title">...</h1>
<div class="c-entry__content">
...
</div>
</header>
</article>
Entry component
<article class="c-entry">
<header class="c-entry__header">
<h1 class="c-entry__title">...</h1>
<div class="c-entry__content">
...
</div>
</header>
</article>