Here is the code for the transcript of Face The Nation:
```html
<!--
FACE THE NATION TRANSCRIPTS
RECURCIRULATION BLOCK
-->
<aside class="component list recirculation component--type-recirculation component--type-recirculation-collection" readability="0.1062091503268">
<!-- Header -->
<div class="component__heading-wrapper recirc">
<h3 class="component__title">Face The Nation Transcripts</h3>
<svg viewBox="0 0 32 32" class="icon__caret-right" aria-hidden="true"></svg>
</div>
<!-- Call to Action -->
<div class="component__item-recirc-block" readability="1.7222222222222">
<p>
<h3 class="component__title">Go deeper with The Free Press</h3>
</p>
<!-- Links -->
<!--
RECURCIRULATION BLOCK LINKS
-->
<ul>
<!-- Link 1 -->
<li><a href="#">Link 1</a></li>
<!-- Link 2 -->
<li><a href="#">Link 2</a></li>
<!-- Link 3 -->
<li><a href="#">Link 3</a></li>
</ul>
</div>
</aside>
<!--
FOOTER
-->
<section class="content__body--footer">
<!-- tags -->
<section class="content__tags"></section>
</section>
```
This code is a basic structure for a Face The Nation transcript, including a header with the title of the show, a call to action with links, and a footer with a section for tags.
```html
<!--
FACE THE NATION TRANSCRIPTS
RECURCIRULATION BLOCK
-->
<aside class="component list recirculation component--type-recirculation component--type-recirculation-collection" readability="0.1062091503268">
<!-- Header -->
<div class="component__heading-wrapper recirc">
<h3 class="component__title">Face The Nation Transcripts</h3>
<svg viewBox="0 0 32 32" class="icon__caret-right" aria-hidden="true"></svg>
</div>
<!-- Call to Action -->
<div class="component__item-recirc-block" readability="1.7222222222222">
<p>
<h3 class="component__title">Go deeper with The Free Press</h3>
</p>
<!-- Links -->
<!--
RECURCIRULATION BLOCK LINKS
-->
<ul>
<!-- Link 1 -->
<li><a href="#">Link 1</a></li>
<!-- Link 2 -->
<li><a href="#">Link 2</a></li>
<!-- Link 3 -->
<li><a href="#">Link 3</a></li>
</ul>
</div>
</aside>
<!--
FOOTER
-->
<section class="content__body--footer">
<!-- tags -->
<section class="content__tags"></section>
</section>
```
This code is a basic structure for a Face The Nation transcript, including a header with the title of the show, a call to action with links, and a footer with a section for tags.