U.S Bets big on nuclear energy

{% set template_css = '../../css/templates/blog.css' %} {% extends './layouts/base.html' %} {% import './partials/blog/author-page-header.html' %} {% block body %}
{% if content.featured_image %}
{% endif %}
{% if content.blog_author %} {{ print_blog_author_page_header(true) }} {% endif %}
{% endblock body %}
{{ content.name }}
{% if content.blog_author %}
{% if content.blog_author.avatar %}
{% endif %} {{ content.blog_author.display_name }}
{% endif %}{{ content.post_body }}
{% header "share" header_tag='h3', overrideable=True, value='Share:', no_wrapper=True %} {{ render_share_social_icons() }}
{% if content.tag_list %}
{% for tag in content.tag_list %} {{ tag.name }}{% if not loop.last %},{% endif %} {% endfor %}
{% endif %}{% if group.allow_comments %} {% header "comments" header_tag='h2', overrideable=True, value='Comments', no_wrapper=True %}
{% module 'blog_comments' path='@hubspot/blog_comments', label="Blog comments" %}
{% endif %}{% header "related_posts" header_tag='h2', overrideable=True, value='Related posts', no_wrapper=True %} {{ require_js(get_asset_url('../js/blog/blog-post-related.js')) }} {% related_blog_posts limit={{ theme.other.blog_post.related_posts_limit }}, callback="blog_post_formatter" %}
{% if content.previous_post_name %} {% icon name='arrow-left', style='SOLID', unicode='f060', purpose='semantic', title='Previous', no_wrapper=True %} {{ content.previous_post_name }} {% endif %}
{% if content.next_post_name %} {{ content.next_post_name }} {% icon name='arrow-right', style='SOLID', unicode='f061', purpose='semantic', title='Next', no_wrapper=True %} {% endif %}