{source}
<span style="color:red">This text should be red!</span>
<br />
<script type="text/javascript">
document.write('This text is placed through <strong>JavaScript</strong>!');
</script>
<?php
echo '<p>';
echo 'This text is placed through <strong>PHP</strong>!';
echo '</p>';
?>
{/source}