Files
Go-Ask-Auntie/page-cedar-bath.php
T
Keith Solomon dcb38250f8
Sync TODOs with Issues / sync_todos (push) Successful in 7s
🔵 other: Initial WP conversion from Eleventy
2026-05-25 16:48:48 -05:00

69 lines
4.1 KiB
PHP

<?php
/**
* Template Name: Cedar Bath Ceremony
*
* @package GoAskAuntie
* @since 1.0.0
*/
namespace BasicWP;
get_header();
?>
<section class="w-full pb-24 bg-teal-light relative">
<div class="prose prose-sm md:prose-lg lg:prose-xl max-w-5xl md:mx-6 lg:mx-auto pt-12 lg:pt-32 text-gray relative">
<h1 class="text-4xl font-bold md:text-6xl lg:text-7xl tracking-wide uppercase text-purple mb-16 mx-auto text-left">Cedar Bath Ceremony</h1>
<p>
The Cedar Bath Ceremony is a powerful but gentle Ceremony conducted by Indigenous Women for folx who have experienced trauma. The Ceremony is done in a quiet room, where the space and Ceremony bundle have been smudged down. For those experiencing the Cedar Bath for the first time, the conductor will provide information about what will happen during the Ceremony ensuring that body sovereignty and consent will be confirmed throughout the Ceremony.
</p>
<h2 class="text-navy">What to Expect</h2>
<p>
Cedar water medicine is prepared prior to the Ceremony starting and the person receiving the Ceremony will offer their prayer/intention while holding cedar and tobacco to start the Ceremony. One should bring a tobacco offering to the Ceremony, either ceremonial traditional tobacco, or if you are unable, commercial tobacco can be accepted. If possible, the person receiving the Cedar Bath should also bring bagijigan, or a gift, as an act of reciprocity. Bagijigan can be something as simple as a snack, a story, medicines, or something meaningful to you. Once this is done, the cedar is placed with the medicine and the tobacco. This will be offered to the pipe and set aside.
</p>
<p>
The person receiving the Cedar Bath is fully clothed at all times and is asked to recline into a supine position on a massage table that has been prepared with cedar covered with a red cloth.
</p>
<p>
The person will then be covered by a sheet or a thin blanket with pillows at either the head or under the legs, or both, to maximize comfort. There may be soft music playing in the background.
</p>
<p>
With consent the conductor will place face cloths soaked in warm cedar water at the back of the neck, on the forehead, over the eyes, on the chest, and one in each hand. The conductor will then lay out four face cloths on the chest area of the person and then slowly and gently pull the face cloths down their body, ending at the toes. With this action, the medicine pulls off or lifts up pain, confusion, sadness, or whatever the body is holding onto. This process is repeated four times.
</p>
<p>
Once this is complete, the person is covered by a warm blanket and may be fanned down with eagle fans, feathers, or a rattle to complete the healing work. The pipe is lifted using the tobacco that has been offered.
</p>
<h2 class="text-navy">After the Ceremony</h2>
<p>
Both the folx receiving the bath and the conductor may receive visions/images of distress, illness, or messages through the Ceremony which may be shared with one another.
</p>
<p>
When the person receiving the bath is ready, they are asked to take their time getting up, given a cup of water or cedar water to drink, and to continue to be gentle with their spirit. The Cedar Bath is powerful, gentle, relaxing, healing, and is for everyone.
</p>
<p>
Cedar Bath Ceremonies take place on Tuesday and Thursday afternoons at the Wellness Lodge and are about an hour in length.
</p>
<h2 class="text-navy">How to Book</h2>
<p>Please connect with us to book your Cedar Bath Ceremony, or if you have any questions or concerns:
<br><br>
Phone: <a href="tel:+204-594-6500">204-594-6500</a><br>
Email: <a href="mailto:info@kanikanichihk.ca">info@kanikanichihk.ca</a>
</p>
</div>
</section>
<!-- Get Social Section -->
<section class="bg-white py-8">
<div class="h-auto mx-6 lg:mx-auto max-w-5xl bg-white">
<div class="flex flex-row justify-between items-end">
<h2 class="uppercase text-purple text-3xl">Get social with <span class="text-red">Go Ask Auntie</span></h2>
<?php get_template_part( 'views/partials/social-media' ); ?>
</div>
</div>
</section>
<?php get_footer(); ?>