7 lines
337 B
PHP
7 lines
337 B
PHP
<?php
|
|
$title = "Do Away with Parties";
|
|
$description = "It is my opinion that having a Democracy based upon party structures has led us to a society of inner conflict, instability, and polarization. As such, I propose as a solution the dissolution of all political party structures.";
|
|
$created = "2020-11-05";
|
|
$updated = "2020-11-05";
|
|
?>
|