<div class="bw-post">
	<div class="bw-date">Posted <?php echo get_the_date('F j, Y'); ?></div>
	<h3 class="bw-title"><?php the_title(); ?></h3>
	<?php if (!empty($pdf1 = get_field('acf-pdf', get_the_ID()))) : ?>
		<a href="<?php echo wp_get_attachment_url(intval($pdf1)); ?>" target="_blank" rel="noopener noreferrer" class="bw-download-button">MINUTES</a>
	<?php endif ?>
	<?php if (!empty($pdf2 = get_field('acf-pdf-2', get_the_ID()))) : ?>
		<a href="<?php echo wp_get_attachment_url(intval($pdf1)); ?>" target="_blank" rel="noopener noreferrer" class="bw-download-button">FINANCIALS</a>
	<?php endif ?>
	<?php if (!empty($summary = get_field('wpcf-summary', get_the_ID()))) : ?>
		<div class="bw-summary"><?php echo $summary; ?></div>
	<?php endif ?>
</div>