Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AdnanHussainTurki/510b6af68db8bc4a4459956a67a21a8a to your computer and use it in GitHub Desktop.
Save AdnanHussainTurki/510b6af68db8bc4a4459956a67a21a8a to your computer and use it in GitHub Desktop.
{% extends 'templates/maindefault.twig' %}
{% block metadesc %}{{ post.meta_desc}}{% endblock %}
{% block title %}{{post.meta_title}}{% endblock %}
{% block content %}
<article itemscope itemtype="http://schema.org/BlogPosting" >
{% include 'templates/post/complete.twig' %}
{% include 'ads/leaderboard.twig' %}
{% include 'templates/post/partials/text.twig' %}
{% include 'templates/post/partials/resource.twig' %}
{% include 'templates/post/partials/playlist.twig' %}
{% include 'templates/post/partials/video.twig' %}
</article>
{% include 'ads/leaderboard.twig' %}
{% include 'templates/partials/social.twig' %}
{% include 'templates/comment/facebook/index.twig' %}
{% endblock %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment