ADVERTISEMENT

Glory to the future

Published Feb 18, 2023 03:23 am

How Dekada ’70 by Lualhati Bautista, whose given name translates to glory, can inspire the next generations

By Poch Eulalia

A POWERFUL AUTHOR Lualhati Bautista was an award-winning novelist best known for Dekada‘70 and Bata, Bata… Paano Ka Ginawa

I was in junior high when I first encountered the late Lualhati Bautista’s Dekada ‘70 on display at a Buwan ng Wika (National Language Month) sale.

The cover of the book caught my eye right away, with its cover art depicting a white brick wall with the title painted onto it using blood-red paint. It reminded me of the album cover for Pink Floyd’s The Wall, with almost the exact same motif. It certainly stood out against the sea of young adult novels that were clearly lifted from the Internet and the numerous self-help books from religious figures and local business tycoons.

Reading Lualhati Bautista’s work helped change my perspective on social matters.

Dekada ‘70 was not the type of book I would normally read at the time.

I wasn’t even aware of how big of a deal the book was, having been given the grand prize for the Filipino novel category of the 1983 Palanca Awards. Back then, I was still deep between the covers of young adult novels from the West, such as Jay Asher’s Thirteen Reasons Why and Suzanne Collins’s Hunger Games.

A TIMELESS CLASSIC Dekada ‘70 follows the story of the Bartolome brothers during the Martial Law era of the Philippines through the eyes of their mother, Amanda Bartolome

As I read through each page, I found myself struggling to understand what I was taking in. It didn’t help that I barely understood Filipino, with my peers leaning heavily toward English literature and media.

For the uninitiated, Dekada ‘70 centers around the family’s life throughout the Martial Law era of
the Philippines. It is told through the point of view of the mother, Amanda Bartolome, as she tries to take care of her five sons. The story is rife with themes relating to activism and paints a picture of what life was like for a middle-class family at the time. It was certainly nothing like I’ve ever read before at the time.

Reading Lualhati Bautista’s work helped change my perspective on social matters.

I went from being apolitical to learning how to form my own opinions about certain matters and look into the bigger picture. I found myself relating the most with Emmanuel, Amanda’s third son, who
took a passion for writing, calling for social justice through it.

MOTHER KNOWS BEST Vilma Santos-Recto brings Amanda Bartolome to life in the 2002 film adaptation of Dekada ‘70, directed by Chito S. Roño

With how things are nowadays Anvil Publishing’s Dekada ‘70 feels more relevant than ever. I hope
future readers of Bautista’s timeless classic learn to form their own opinions and decide for themselves
what they think is worth standing up for.

Lualhati Bautista, whose given name is a direct Tagalog translation of the word glory, is a key figure in Philippine contemporary literature and also a women’s rights activist. She died on Saturday, Feb. 11, 2023,
at 6 a.m. She was 77.

Related Tags

philippine literature Poch Eulalia Martial Law Lualhati Bautista activism Chito S. Roño Dekada '70 Vilma Santos-Recto women's rights
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.