mirror of
https://github.com/lxsang/silk.git
synced 2024-11-10 07:18:22 +01:00
3 lines
71 B
Plaintext
3 lines
71 B
Plaintext
|
<?lua
|
||
|
echo("Post ID:", data.id, "\n", "Content:", data.content,"\n")
|
||
|
?>
|