mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-01 07:45:01 -04:00
17 lines
180 B
HTML
17 lines
180 B
HTML
---
|
|
layout: page
|
|
title: "tab test code"
|
|
comments: false
|
|
categories:
|
|
---
|
|
|
|
``` ruby
|
|
puts awesome unless @foo
|
|
```
|
|
|
|
{% raw %}
|
|
``` ruby
|
|
puts "{{awesome}}" unless @foo
|
|
```
|
|
{% endraw %}
|