Skip to content

Instantly share code, notes, and snippets.

{
"swagger":"2.0",
"info":{
"description":"This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.",
"version":"1.0.0",
"title":"Swagger Petstore",
"termsOfService":"http://swagger.io/terms/",
"contact":{
"email":"apiteam@swagger.io"
},
<div class="progress ajax-progress ajax-progress-bar" aria-live="polite" id="ajax-progress-edit-videodatei-upload-button" style="display: none;">
<div class="bar">
<div class="filled">
</div>
</div>
<div class="percentage">
</div>
<div class="message">
</div>
</div>
$users = array('Paul', 'Guenther', 'Max');
foreach ($users as $user) {
echo $user;
}
{% set users = ['Paul', 'Guenther', 'Max'] %}
{% for user in users %}
{{ user }}
{% endfor %}
<div id="comments"{{ attributes }}>
{{ comments }}
{% if form %}
<h2 class="title">{{ 'Post new comment'|t }}</h2>
<div>
{{ form }}
</div>
{% endif %}
</div>
<div id="comments" <?php print $attributes; ?>>
<?php print render($content['comments']); ?>
<?php if ($content['comment_form']): ?>
<h2 class="title"><?php print t('Post new comment'); ?></h2>
<div>
<?php print render($content['comment_form']); ?>
</div>
<?php endif; ?>
</div>
name: Busy
type: theme
description: 'The ultimate Drupal business theme.'
core: 8.x
engine: phptemplate