2022-11-21 08:52:22 +00:00
|
|
|
{% extends "default.html" %}
|
|
|
|
{% block pagetitle %}You're in rehab!{% endblock %}
|
|
|
|
{% block pagetype %}casino-in-rehab{% endblock %}
|
|
|
|
{% block content %}
|
2023-09-15 11:01:04 +00:00
|
|
|
<div style="text-transform: uppercase; letter-spacing: 2px; display: flex; flex-direction: column; align-items: center">
|
|
|
|
<div style="margin-top: 3rem">
|
2022-10-28 23:39:31 +00:00
|
|
|
<h2>No one was there for Britney…</h2>
|
|
|
|
</div>
|
2023-09-15 11:01:04 +00:00
|
|
|
<div style="text-align: right; margin-bottom: 3rem">
|
2023-04-27 14:48:41 +00:00
|
|
|
<h2>…but we're here for you. You've been checked into Rehab.</h2>
|
2022-10-28 23:39:31 +00:00
|
|
|
</div>
|
2023-03-19 16:28:19 +00:00
|
|
|
<img loading="lazy" src="{{SITE_FULL_IMAGES}}/i/rDrama/brit.webp" style="text-align: center">
|
2022-09-10 21:01:34 +00:00
|
|
|
</div>
|
2022-10-10 05:40:33 +00:00
|
|
|
{% endblock %}
|