{% if theme_setting( 'author_bio' ) or conditional_tag.is_customize_preview %}
{{ fn( 'get_avatar', post.author.user_email, 128 ) }}

{{ __( 'About %s', 'romhackplaza' )|esc_html|format( '' ~ post.author.display_name ~ '' ) }}

{{ post.author.meta( 'description' ) }}

{% endif %}